ScrollablePagination.ScrollView 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.
The ScrollingObjectCollection to navigate.
public:
property Microsoft::MixedReality::Toolkit::UI::ScrollingObjectCollection ^ ScrollView { Microsoft::MixedReality::Toolkit::UI::ScrollingObjectCollection ^ get(); void set(Microsoft::MixedReality::Toolkit::UI::ScrollingObjectCollection ^ value); };
public Microsoft.MixedReality.Toolkit.UI.ScrollingObjectCollection ScrollView { get; set; }
member this.ScrollView : Microsoft.MixedReality.Toolkit.UI.ScrollingObjectCollection with get, set
Public Property ScrollView As ScrollingObjectCollection