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