TreeListOptionsHtmlTemplate.PixelScrollingAvgNodeHeight Property
Gets or sets the average height of templated nodes used to calculate the scroll position (in pixel-by-pixel scrolling mode).
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
[DefaultValue(-1)]
[XtraSerializableProperty]
public int PixelScrollingAvgNodeHeight { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | -1 | An integer value that specifies the average height of templated nodes, in pixels. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to PixelScrollingAvgNodeHeight |
---|---|
TreeList |
|
See Also