Name | Value | Description | |||
exLockTop | -1 | The item is locked at the top of the control. The LockedItemCount property specifies the number of items fixed on the top or bottom side of the control. Use the LockedItem property to access a locked item by its position. | |||
exUnlock | 0 | The item is not locked and scrolls with the content. | |||
exLockBottom | 1 | The item is locked at the bottom of the control. The LockedItemCount property specifies the number of items fixed on the top or bottom side of the control. Use the LockedItem property to access a locked item by its position. |