I've got a form with a RadSplitButton on it. I've set the control's DropDownContent to a RadContextMenu. When I click on the DropDown indicator, the context menu shows. However, when you click on an item in the context menu, the context menu does not close.
How do I make the context menu close once an item in the menu has been clicked? There doesn't seem to be a Close method in the RadContextMenu class, though there are Closing & Closed events.
Also, is there a way that I can change the width of the Drop Down Indicator? There doesn't seem to be a property for it. I'm working on a WPF application with touch screen support that will run in a police car, so everything has to be large for a cop to make effective use while driving. The buttons are rather large & the drop down indicator is down-right puny & easily missed at its current size.
Tony
How do I make the context menu close once an item in the menu has been clicked? There doesn't seem to be a Close method in the RadContextMenu class, though there are Closing & Closed events.
Also, is there a way that I can change the width of the Drop Down Indicator? There doesn't seem to be a property for it. I'm working on a WPF application with touch screen support that will run in a police car, so everything has to be large for a cop to make effective use while driving. The buttons are rather large & the drop down indicator is down-right puny & easily missed at its current size.
Tony