Scroll bar in a checkList box
ASP.NET
4
Posts
4
Posters
0
Views
1
Watching
-
Hi, How to add a Scroll Bar in CheckBoxList control in ASP.NET?
-
Hi, How to add a Scroll Bar in CheckBoxList control in ASP.NET?
just Write div Tag
CheklitBox
You can adjust size by hight and width property according ur chekboxlist.. Happy Programmin......
-
Hi, How to add a Scroll Bar in CheckBoxList control in ASP.NET?
Put your CheckBoxList inside a Panel control and set the Panel's ScrollBars property. Also fix the Height and Width of the CheckBoxList.
-
Hi, How to add a Scroll Bar in CheckBoxList control in ASP.NET?