名前空間一覧 > GrapeCity.Web.Input.Core.ListBox 名前空間 > ListHeaderPane クラス : Height プロパティ |
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | height の値が0以下です。 |
GcListBox1.ListHeaderPane.Visible = True GcListBox1.ListHeaderPane.AutoHeight = False GcListBox1.ListHeaderPane.Height = 30
GcListBox1.ListHeaderPane.Visible = true; GcListBox1.ListHeaderPane.AutoHeight = false; GcListBox1.ListHeaderPane.Height = 30;