Much like my question about customising the scroll bars, is it possible to theme the NavigableSymbolSelector?
Much like my question about customising the scroll bars, is it possible to theme the NavigableSymbolSelector?
Hi Marc,
Unfortunately there isn't a way to customize those. The drop-downs in that control are native WinForms ComboBox controls so most of the chrome is rendered by the system. We have their DrawMode set to OwnerDrawFixed and we do render the content in the item portion of the control. But that item rendering isn't part of the public renderer at this time, and as mentioned above, it doesn't cover other parts of the ComboBox that are system-rendered like the drop-down button, border, etc.
OK thanks for the explanation. Thought I would check in and see if there was any changes to the NavigableSymbolSelector.
Please log in to a validated account to post comments.