panels with subpanels  
Author Message
DRoden





PostPosted: Visual Basic Language, panels with subpanels Top

if i have a mainpanel and lots of subpanels. The downarrow has disappeard off the screen and the scroll button has varying sizes sometimes being so big it prevents the bottom subpanel from being shown completely.

how do i force the size of the scroll button to be small and force the downarrow to appear i have looked at the functions/properties of the main panel but i dont see any way to control it...

Thanks,

Dan



Visual Basic2  
 
 
Christopher Fleming





PostPosted: Visual Basic Language, panels with subpanels Top

Hello Dan. You need to set the AutoScrollMargin property in the mainpanel to allow some padding.

 
 
DRoden





PostPosted: Visual Basic Language, panels with subpanels Top

how about losing the down arrow