I would like to eliminate the Panel and Separator items that load underneath the OverFlowButton.DropDownMenu when I set the following values:
strip.OverflowButton.AddRemoveButtonsMenuItem.Visibility = ElementVisibility.Collapsed;
strip.OverflowButton.CustomizeButtonMenuItem.Visibility = ElementVisibility.Collapsed;
I find that if I set the above to Hidden, the Panel and Separator still show, but full size. If I set them to Collapsed, they are shorter in size, which is better, buy my goal is to eliminate them altogether.
Please see the result in the attachment.
Thanks,
Laura
strip.OverflowButton.AddRemoveButtonsMenuItem.Visibility = ElementVisibility.Collapsed;
strip.OverflowButton.CustomizeButtonMenuItem.Visibility = ElementVisibility.Collapsed;
I find that if I set the above to Hidden, the Panel and Separator still show, but full size. If I set them to Collapsed, they are shorter in size, which is better, buy my goal is to eliminate them altogether.
Please see the result in the attachment.
Thanks,
Laura