Restructuring the layout of WI forms
I want to have a 2:1:1 layout in columns, where I can have the multi-line Description beside multiple rows of enum items.
I'm drawing inspiration from Azure DevOps work items, because that's what I'm used to.
For example (ignoring the boxed area - not my image):
Has anybody achieved this?
Best Answer
-
Geoff_Ross Cireson Consultant O.G.Yup, doable.
Just used a negative margin end the end. The second row has a spacer and then the Other Field and then moved the whole thing up by giving the row above a margin-bottom of -80px.
7
Answers
Geoff
It hasn't been super high on my list, but I have also been wanting what @Leigh_Kilday is describing here, for more than a few of my forms.
I wonder if there's something that could be done with the display attribute to allow a single control on a row to overlap with a spacer (blank space) below it?
Just used a negative margin end the end. The second row has a spacer and then the Other Field and then moved the whole thing up by giving the row above a margin-bottom of -80px.