Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>



Programmatically slide a panel in and out
To slide in or slide out a panel, following code can be used:
AdvToolPanelTab.RollOut(AdvToolPanel1); // slide the panel in view AdvToolPanelTab.RollIn(AdvToolPanel1); // slide the panel out of view