Group: Forum Members
Last Active: 14 Years Ago
Posts: 12,
Visits: 1
|
Is there a way to programmatically set the number of navigation bands that will be visible by default in an NNavigationPane? I have 5 bands that I'd like to show at the same time, but the pane always defaults to 3. Thanks.
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
Hello Anna, The number of visible bands in NNavigationPane depends of the value of ButtonsPreferredHeight property. For example if the height of one band is "X" and the value of that property is 3*X the first 3 bands in Bands collection will be visible.
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 14 Years Ago
Posts: 12,
Visits: 1
|
Ah, neat. Thanks!
|