Split Panel problem

Hi all,

I’m starting to work with the SplitPanel (tabpanel with taborientation SPLIT).
I have two question:

1 - Is normally that if I put SPLIT_VERTICAL the tabPanel put the split-bar horizontally and vice-versa?
2 - another thing is that the scrollbars policy of the forms inside the tab panel are not considered into the webclients

Maybe I’m missing something?

Thanks for your help

Marco

[attachment=0]test_splitPane.servoy[/attachment]

test_splitPane.servoy (3.9 KB)

Hi,

  1. yes, horizontal split indicates that the components are split along the x axis;
  2. your are right, this is an issue, please create a case for this in our support system;

Hi,

1 - I mean that if I put SPLIT_VERTICAL I obtain an HORIZANTAL split(I expect the opposite).

however I have opened a case with number: 330843

thanks

Marco

when you set the split orientation, you specify the orientation used for spliting the components,
not the divider orientation, that of course is the opposite

Ok now is clear