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 create a dialog that functions like this
So most options/values are hidden unless the button is pressed and then the dialog expands.
I've been looking through the controls page of your wiki and your documentation but haven't found a control that can do what I want.
Is this possible with Eto? If so, how and what control should I use?
The text was updated successfully, but these errors were encountered:
Quick and dirty mock-up, sorry for non-standard coding style. Did this out of curiosity. Maybe someday good implementation/example could be added to Eto.Tests as an example (if there isn't already)
EDIT: removed my code. Use code provided by @cwensley below
I want to create a dialog that functions like this
So most options/values are hidden unless the button is pressed and then the dialog expands.
I've been looking through the controls page of your wiki and your documentation but haven't found a control that can do what I want.
Is this possible with Eto? If so, how and what control should I use?
The text was updated successfully, but these errors were encountered: