Class DxGridScrolling
Scrolling allows a user to browse data left outside the current viewport. The widget provides several
scrolling modes detailed in the mode option description.
Inheritance
System.Object
DxGridScrolling
Assembly: Emby.Web.GenericEdit.dll
public class DxGridScrolling
Properties
Specifies the rendering mode for columns. Applies when columns are left outside the viewport. Requires the
columnWidth, columnAutoWidth, or width (for all columns) option specified.
Declaration
public DxGridScrolling.ColumnRenderingMode? columnRenderingMode { get; set; }
Property Value
Declaration
public int? minTimeout { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
Specifies the scrolling mode.
Declaration
public DxGridScrolling.ScrollingMode? mode { get; set; }
Property Value
Specifies whether the widget should load adjacent pages. Applies only if scrolling.mode is "virtual" or
"infinite".
Declaration
public bool? preloadEnabled { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
removeInvisiblePages
Declaration
public bool? removeInvisiblePages { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
Declaration
public int? renderingThreshold { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
rowPageSize
Declaration
public int? rowPageSize { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
Specifies the rendering mode for loaded rows.
Declaration
public DxGridScrolling.RowRenderingMode? rowRenderingMode { get; set; }
Property Value
scrollByContent
Specifies whether a user can scroll the content with a swipe gesture. Applies only if useNative is false.
Declaration
public bool? scrollByContent { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
Specifies whether a user can scroll the content with the scrollbar. Applies only if useNative is false.
Declaration
public bool? scrollByThumb { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
Specifies when to show scrollbars. Applies only if useNative is false.
Declaration
public DxGridScrolling.ShowScrollbarMode? showScrollbar { get; set; }
Property Value
Declaration
public int? timeout { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
Declaration
public int? updateTimeout { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
Specifies whether the widget should use native or simulated scrolling.
Declaration
public string useNative { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Extension Methods