[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.ListBoxZoomPolicy

ListBoxZoomPolicy Class

Represents a zoom policy for ListBox type control.

Inheritance
ListBoxZoomPolicy
Namespace: C1.Win.TouchToolKit
Assembly: C1.Win.C1TouchToolKit.4.8.dll
Syntax
public class ListBoxZoomPolicy : ControlZoomPolicy
Remarks

If MultiColumn is true and ColumnWidth is bigger than 0, this zoom policy will change ColumnWidth.

Constructors

Name Description
ListBoxZoomPolicy()

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.

See Also