<< Click to Display Table of Contents >> TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Crosstab > 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