Skip to main content
A newer version of this page is available. .

TreeListBand.Scale(ScaleHelper) Method

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

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public void Scale(
    ScaleHelper scaleHelper
)

Parameters

Name Type Description
scaleHelper DevExpress.Utils.DPI.ScaleHelper

A ScaleHelper object.

See Also