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