Nevron Forum

Setting default # of visible bands for NNavigationPane

https://www.nevron.com/Forum/Topic4012.aspx

By Anna Lear - Thursday, August 19, 2010

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.

By Nevron Support - Monday, August 23, 2010

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.

By Anna Lear - Monday, August 23, 2010

Ah, neat. Thanks!