Hi all,
I need to get the width of a Panel object after an unkown amount of controls has been added to it.
I have not set the original width of the Panel because i want it to autosize to view all the controls. After the autosize has occurred, I need to set another Panel to the new size.
My problem is, I don't know how to return the new size of the Panel.
Can this be done?
I need to get the width of a Panel object after an unkown amount of controls has been added to it.
I have not set the original width of the Panel because i want it to autosize to view all the controls. After the autosize has occurred, I need to set another Panel to the new size.
My problem is, I don't know how to return the new size of the Panel.
Can this be done?
Comment