You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to imitate the behavior of Office 2013 controls, where all text in spinners and editable combo boxes is selected when it get focus. I don't see any way to do that in the current API as the textbox is obviously hidden in the implementation.
I tried to access the GotFocus and MouseDown routed events using methot outlined in issue #203 to no avail. In fact I don't understand where to put this kind of code to access the event.
Is there a way outside of using a different version of the control?
Thank you.
Pierre
Environment
Fluent.Ribbon v4.0.3
Theme Office 2013
Windows 10
.NET Framework 4.6
The text was updated successfully, but these errors were encountered:
I want to imitate the behavior of Office 2013 controls, where all text in spinners and editable combo boxes is selected when it get focus. I don't see any way to do that in the current API as the textbox is obviously hidden in the implementation.
I tried to access the GotFocus and MouseDown routed events using methot outlined in issue #203 to no avail. In fact I don't understand where to put this kind of code to access the event.
Is there a way outside of using a different version of the control?
Thank you.
Pierre
Environment
The text was updated successfully, but these errors were encountered: