'Declaration
Public Class TreeViewZoomPolicy Inherits ControlZoomPolicy
public class TreeViewZoomPolicy : ControlZoomPolicy
'Declaration
Public Class TreeViewZoomPolicy Inherits ControlZoomPolicy
public class TreeViewZoomPolicy : ControlZoomPolicy
This zoom policy will change each item's Font in System.Windows.Forms.TreeView.Nodes.
This zoom policy will change System.Windows.Forms.TreeView.Indent.
In order to avoid some problems, this zoom policy just use even number to change System.Windows.Forms.TreeView.ItemHeight. For example, System.Windows.Forms.TreeView.ItemHeight is 10 before zoom, after zoom 150%, the System.Windows.Forms.TreeView.ItemHeight should be 15 original, but it is 16 actually.
System.Object
C1.Win.TouchToolKit.ZoomPolicy
C1.Win.TouchToolKit.ControlZoomPolicy
C1.Win.TouchToolKit.TreeViewZoomPolicy
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2