Currently, if a NavBar's FullExpand property is set to "false", it is possible to collapse an expanded top-level item by clicking on it a second time.
I would like the option to disable this. That is, with the option set: when an item is expanded, you cannot collapse it by clicking on it; it only collapses when another item is expanded. This behavior would be the same as when FullExpand is set to "true" (except the menu items wouldn't automatically expand to the full height of the control).
As an added bonus, the HoverCssClass for the expanded item should be disabled (since the item is no longer clickable). But this could be handled by a separate HoverExpandedCssClass as discussed in one of my previous posts.