Hi,
I have got a problem with the styling of the buttontool.
I want it more clearly which buttons are disabled and which are not, without requiring the user to hover over the button.
So we decided to let the active button have a fixed border. But I can't seem to make the border setting on a buttontool conditional, based on enabled/disabled?
(Only background color has that possibility?)
How can I achieve this in an other way?
Kind regards,
Tobias Vandenbempt
*bump* This can't be that hard, can it?
Hello Tobias,
Thank you for contacting Infragistics.
I've attached a sample project that demonstrates how to use a DrawFilter to get the behavior you're looking for. The form has three toolbar buttons with one checkbox per toolbar button. Toggle the checkboxes to change the enabled state of the toolbar buttons.
Please let me know if you have any other questions about this.