-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change the order of controls inside a container #151
Comments
Reordering of widgets is not yet supported other than rebuilding the list. |
Thank you for your response. I tried to create a grid layout containing
This code can only change properties of widgets inside parent layout, and do not change the whole widget. In line 23 of the code I tried to change background color of the widgets, but it gives error. I overcome this problem using one of your examples, but I think it would be better if all widgets (buttons, labels, ...) have a property |
I already asked this question on stackoverflow link.
How can I change order of controls inside a container without rebuilding entire layout with new order? since that controls are saved inside a
seq
, I think we should be able to manipulate the order of them.and two more question,
is there
Grid
layout inNiGui
?has
NiGui
written in pureNim
? and if not, why not?Thank you
The text was updated successfully, but these errors were encountered: