ScrollingObjectCollection.CanScroll Property

Definition

Enables/disables scrolling with near/far interaction.

public:
 property bool CanScroll { bool get(); void set(bool value); };
public bool CanScroll { get; set; }
member this.CanScroll : bool with get, set
Public Property CanScroll As Boolean

Property Value

Remarks

Helpful for controls where you may want pagination or list movement without freeform scrolling.

Applies to