[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.TreeViewZoomPolicy

TreeViewZoomPolicy Class

Represents a zoom policy for TreeView type control.

Inheritance
TreeViewZoomPolicy
Namespace: C1.Win.TouchToolKit
Assembly: C1.Win.TouchToolKit.8.dll
Syntax
public class TreeViewZoomPolicy : ControlZoomPolicy
Remarks

This zoom policy will change each item's Font in Nodes.

This zoom policy will change Indent.

In order to avoid some problems, this zoom policy just use even number to change ItemHeight. For example, ItemHeight is 10 before zoom, after zoom 150%, the ItemHeight should be 15 original, but it is 16 actually.

Constructors

Name Description
TreeViewZoomPolicy()

Properties

Name Description
TargetType

Gets the type indicates which control type can use this policy.

Methods

Name Description
ZoomBounds(Control, ZoomBoundsInfo)

Zoom the control bounds.

ZoomFont(Control, ZoomFontInfo)

Zoom the control font.

See Also