Telerik.Web.UI.TreeListScrolling
Contains properties related to customizing the settings for scrolling operation in Telerik RadTreeList.
Inheritance Hierarchy
- System.Object
- Telerik.Web.StateManager : IMarkableStateManager, IStateManager
- Telerik.Web.UI.TreeListScrolling
Properties
AllowScroll Boolean
Gets or sets a value indicating whether scrolling will be enabled in Telerik RadTreeList.
SaveScrollPosition Boolean
Gets or sets a value indicating whether Telerik RadTreeList will keep the scroll position during postbacks.
Remarks
This property is meaningful only when used in conjunction with set to true.
ScrollHeight Unit
Gets or sets a value specifying the RadTreeList height in pixels (px) beyond which the scrolling will be enabled.
ScrollLeft String
Gets or sets a string value representing the horizontal position of the scroll bar.
ScrollTop String
Gets or sets a string value representing the vertical position of the scroll bar.
UseStaticHeaders Boolean
Gets or sets a value indicating whether RadTreeList column headers will scroll as the rest of the RadTreeList items or will remain static (MS Excel ® style).
Remarks
This property is meaningful only when used in conjunction with set to true.