How to get Page height weight #1150
-
How to get Page height weight |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You can simply use the |
Beta Was this translation helpful? Give feedback.
-
I want to set the height and width of the control according to the height and width of the window like percentage |
Beta Was this translation helpful? Give feedback.
You can simply use the
height
andwidth
properties that everyConstrainedControl
will have. In the current implementation, you will have to set those first though, otherwise they areNone
as the control dimensions are not constrained in that case. Properties that hold the actual/visual dimensions of a control would no doubt be useful, but don't exist atm.