First let me thank you for this wounderful software. Its really impressive what it can do and how you can customize it.
I using gmb for quite some time but never got around to look into the layouts. Now I did and have a technical question.
I would like to put two elements in a vertical box and allow the user to change the position between the two, i.e. change the size. This works fine horizontally, but not vertically. I have not seen that case in one of the default layouts, so I do not where to look for an example.
Consider
When I do serveral Columns I can change the horizontal size but not the vertical one.
I using gmb for quite some time but never got around to look into the layouts. Now I did and have a technical question.
I would like to put two elements in a vertical box and allow the user to change the position between the two, i.e. change the size. This works fine horizontally, but not vertically. I have not seen that case in one of the default layouts, so I do not where to look for an example.
Consider
Code Select
VBColumn = _HBone _HBtwo
HBone = FilterPane1(..)
HBone = FilterPane2(..)
When I do serveral Columns I can change the horizontal size but not the vertical one.