I have a requirement where my application is comprised of only one group in the ExplorerBar (Outlook Style).
Can i hide the NavigationOverflowButtonArea from the view to save some real estate? as I am having only one group, i really dont require that area to be displayed.
Can you please let me know?
Hi.. is it possible to share your findings re. creation filter? a how-to?
Thanks a lot,
Hello!
I'm also interested in this feature.
EDIT:i have solved using the creationfilter
Sorry guys, there is no way to hide it, or at least no way to reclaim that real estate. The IUIElementCreationFilter can be used to prevent the UIElements that appear there from being created, but the control's metrics won't know about that and will still carve out the space needed to show it. If you like you can submit a feature request for the ability to control its visibility via a property setting.
I am interested in doing the same thing. I played with CreationFilter with no success.
Thank you for any pointers.