ScrollingObjectCollection.CanScroll Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.