Skip to main content
All docs
V23.2

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.v23.2.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
.OptionsHtmlTemplate .PixelScrollingAvgNodeHeight
See Also