Is there a method to determine the width of the window a project has opened (or modified to) so components may be sized correctly? I have information to determine the display width (thank you JordanCClark). What I would like to do is to modify the size of a component (at this point, my components are labels and power tables). I have a label that should extend to the full width of the window, and a power table that has one column at a fixed size and the rest of the columns are set at a percentage of the total width of the window. when opened, I would like the table and the label to extend to the largest the display can offer, or if opened in a window, the largest horizontal size the window has to to offer.
Any pointers?.