Panel Component: How to insert components? #264
Answered
by
yaseralhosani
AlaaDotNet
asked this question in
Q&A
-
Could someone help me please. After inserting a Panel component, I set its visibility to true, in order to be able to view it. Howerver, I can't add any components inside. So how to that ? |
Beta Was this translation helpful? Give feedback.
Answered by
yaseralhosani
Jan 17, 2023
Replies: 1 comment
-
Hi @AlaaDotNet, I would suggest adding any controls and components inside the Container and then set Container.X: Panel_1.ContentX Let me know if the problem still persists |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
denise-msft
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @AlaaDotNet,
I would suggest adding any controls and components inside the Container and then set
Container.X: Panel_1.ContentX
Container.Y: Panel_1.ContentY
Container.Width: Panel_1.ContentWidth
Container.Height: Panel_1.ContentHeight
Container.Visible: true/false
Let me know if the problem still persists