cancel
Showing results for 
Search instead for 
Did you mean: 

Adjust viewset layout

bernd_speckmann
Contributor
0 Kudos

Hi all,

I am trying to adjust the layout of my viewset. I am using a TLayout and want to define the max and min size of the different inner areas (top, left, right). Is this possible?

Thanks ahead

Accepted Solutions (0)

Answers (2)

Answers (2)

bernd_speckmann
Contributor
0 Kudos

So there is no possibility to set the widht and the height of the left or right area?

Former Member
0 Kudos

HI,

Rightclick on that viewset we can find properties.Click on that properties their we can set the width and height of the

viewset.

Regards,

Prasad

bernd_speckmann
Contributor
0 Kudos

It seems, on the TLayout Viewset I cannot set weight and height of the different areas.

So I changed the viewset layout to gridlayout and I worked. There I can set height and weight of every cell.

Regards, Bernd

Former Member
0 Kudos

you can specify for example the top lenght on pixels of with percentage with the viewset property:

VerticalSashPosition: 100px

VerticalSashPosition: 20%

and that would be the fixed size

also if you want some more complicated layout you could insert a viewset inside another one and even an empty view

I think there is not a library to edit that propperty while running