Hi,
Can anyone tell me how I can programmatically control the Expand/Collapse function of the NavigationPaneBand I have on my form. (In VB.NET).
Thanks
Constantine
Hi Constantine,
If you asking about the expand/collapse functionality that is performed by clicking on the top right button you need to set the State property of the navigation pane control:
nNavigationPane1.State =
Regards,
Angel.
Never mind, I found the answer