How can I prevent the widget in the middle area from moving to the left or right? #13968
Unanswered
baoqing1124
asked this question in
Q&A
Replies: 1 comment
-
Hey @baoqing1124, The arduino IDE does this by disabling all drag and drop of widgets. I believe you can do this more selectively by looking at the event data and only disabling the event when your widget is the target of the event. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to restrict the widget from moving to other areas? How can I do that?
Beta Was this translation helpful? Give feedback.
All reactions