Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Ribbon Tech Support » ToggleButton AutoCheck Collapse All
Subject Author Date
Ben Horsfield Jul 16, 2008 - 5:24 AM

Greetings,


I have a feature request for Elegant Ribbon: I think the ToggleButton control would benefit hugely from a boolean AutoCheck property. Currently, ToggleButton controls automatically change their own Pressed state when they are clicked. Making this behaviour optional would make sense e.g. when using the MVC pattern, as presently, the ToggleButton’s check state is changed before the model has been updated to reflect the change.


Best regards,

Ben

Technical Support Jul 17, 2008 - 5:36 AM

This feature is already implemented in ToggleButton. Please use the UserInteractionEnabled property.

Ben Horsfield Jul 17, 2008 - 7:35 AM

D’OH! Many thanks for clearing that up.