Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows desktop devices.
3,012 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
I have a classX with contructor
Public Sub New(ByVal heightbar As Double, ByVal widthcanvas As Double, Optional ByVal bottom As Double = 0)
The problem i have to pass as parameter the width and height of a relative pane which are Nan .
Is there a solution ?
Thanks
Assuming you have the controls themselves, you can use ctrl.ActualWidth
, and ctrl.ActualHeight