The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I have a ComboBoxBarItem on an XPToolbar. Every time my mouse moves over the combo box, I get a Selected event. Is there any way I can stop this from happening or determine that it is happening during the mouse move, not a true select?
Also is there any way for me to custom draw the items in the combo box (I would like different colors for the lines)?
Thanks,
Sue
RPRamesh Praveen Syncfusion Team May 20, 2003 02:51 PM UTC
Hi Sue,
You should be listening to the Click event rather than the selected event. The Click will be fired everytime the user makes a selection or types something in and hits enter, if editable. Unfortunately there is no owner draw support for the comboboxbaritem in our current version.
Regards,
Praveen