[]
Represents a zoom policy for TreeView type control.
public class TreeViewZoomPolicy : ControlZoomPolicy
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.
Name | Description |
---|---|
TreeViewZoomPolicy() |
Name | Description |
---|---|
TargetType | Gets the type indicates which control type can use this policy. |
Name | Description |
---|---|
ZoomBounds(Control, ZoomBoundsInfo) | Zoom the control bounds. |
ZoomFont(Control, ZoomFontInfo) | Zoom the control font. |