共用方式為


DataGridView.ScrollBars 屬性

定義

取得或設定 DataGridView 控制項中要顯示的捲軸類型。

public:
 property System::Windows::Forms::ScrollBars ScrollBars { System::Windows::Forms::ScrollBars get(); void set(System::Windows::Forms::ScrollBars value); };
public System.Windows.Forms.ScrollBars ScrollBars { get; set; }
member this.ScrollBars : System.Windows.Forms.ScrollBars with get, set
Public Property ScrollBars As ScrollBars

屬性值

ScrollBars

其中一個 ScrollBars 值。 預設為 Both

例外狀況

設定這個屬性時所指定的值不是有效的 ScrollBars 值。

因為無法認可或取消的儲存格變更造成 DataGridView 無法捲動,所以無法設定這個屬性的值。

備註

不論此屬性的值為何,捲軸只會在需要時顯示。 使用這個屬性可防止捲軸出現。 例如,當您想要提供替代的使用者介面 (UI) 捲動時,這非常有用。

適用於

另請參閱