名前空間一覧 > GrapeCity.Web.Input.Core.ListBox 名前空間 > ListBox クラス : ScrollBarMode プロパティ |
Public Property ScrollBarMode As ScrollBarMode
public ScrollBarMode ScrollBarMode {get; set;}
Imports GrapeCity.Web.Input.Core
GcComboBox1.ListBox.ScrollBarMode = ScrollBarMode.Automatic
using GrapeCity.Web.Input.Core;
GcComboBox1.ListBox.ScrollBarMode = ScrollBarMode.Automatic;