Inmovilizing Panels

neoevoman

New Member
Licensed User
Longtime User
Dear Sirs,

I need your help or any advise to stack 3 panels in the same layout. One of them ( middle panel) has a lot of views and I want to scroll them vertically to fill information but at the same time the remainings panels ( top & bottom ) must stay in the same place . I come from Delphi world and I am a little rusty in Basic. Thanks.
 

klaus

Expert
Licensed User
Longtime User
If I understad well all three panels should be visible.
If yes, you should put a ScrollView in the middle and load the high Panel onto the ScrollViews internal Panel.
Have a look at ScrollView example with a Panel higher than the screen. Set the Top and Height properties of the ScrollView to fit inbetween the upper and lower panels

Best regards.
 
Upvote 0
Top