Can't set NavigationBar.CanExpandMultiple to true

Navigation for WPF Forum

Posted 12 years ago by Jim Foye
Version: 12.1.0562
Platform: .NET 4.0
Environment: Windows 7 (64-bit)
Avatar

I am unable to set this property to true. According to the docs, true is the default value. If I just create instance of NavigationBar in a new user control, and look at CanExpandMultiple in the VS properties window, I can see that it is unchecked. If I check it, then this gets added to the markup:

CanExpandMultiple="True"

But -- the checkbox in the VS properties window is immediately unchecked! I know that sounds weird, but it's happening.

At runtime I am unable to expand more than one pane, so the added markup is having no effect.

Jim

Comments (1)

Answer - Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Jim,

Sorry but that is an inherited property from a base class and isn't really intended for use within NavigationBar.  It's more for ExplorerBar where you can optionally have multiple items expanded.  In NavigationBar, that concept isn't possible.


Actipro Software Support

The latest build of this product (v24.1.1) was released 21 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.