<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > Method >SetFixPosition |
Sets whether to fix the position.
Prototype :
void SetFixPosition
(
bool FixPosition
)
Arguments :
FixPosition |
set to true to fix the position |
Example :
This.SetFixPosition(true);
Available Events :
OnBind