Skip to main content

TreeListBand.Scale(ScaleHelper) Method

Scales the band according to the current DPI setting. For internal use.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public void Scale(
    ScaleHelper scaleHelper
)

Parameters

Name Type Description
scaleHelper DevExpress.Utils.DPI.ScaleHelper

A ScaleHelper object.

See Also