<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > FixedTableLabel > Method >SetAutoSize |
Sets whether to automatically control the component size.
Prototype :
void SetAutoSize
(
bool AutoSize
)
Arguments :
AutoSize |
true for auto-sizing |
Example :
This.SetAutoSize(true);
Available Events :
OnBind, OnInitialize, OnStartBind