ScrollableControl.AutoScrollMinSize 屬性
定義
取得或設定自動捲動大小的最小值。Gets or sets the minimum size of the auto-scroll.
public:
property System::Drawing::Size AutoScrollMinSize { System::Drawing::Size get(); void set(System::Drawing::Size value); };
public System.Drawing.Size AutoScrollMinSize { get; set; }
member this.AutoScrollMinSize : System.Drawing.Size with get, set
Public Property AutoScrollMinSize As Size
屬性值
Size 決定使用者可以捲動的最小虛擬區域大小。A Size that determines the minimum size of the virtual area through which the user can scroll.
備註
AutoScrollMinSize屬性是用來管理配置給自動捲軸的螢幕大小。The AutoScrollMinSize property is used to manage the screen size allocated to the automatic scroll bars.