Shell.FlyoutVerticalScrollMode 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
修改浮出控件滚动的行为。
public:
property Microsoft::Maui::Controls::ScrollMode FlyoutVerticalScrollMode { Microsoft::Maui::Controls::ScrollMode get(); void set(Microsoft::Maui::Controls::ScrollMode value); };
public Microsoft.Maui.Controls.ScrollMode FlyoutVerticalScrollMode { get; set; }
member this.FlyoutVerticalScrollMode : Microsoft.Maui.Controls.ScrollMode with get, set
Public Property FlyoutVerticalScrollMode As ScrollMode