Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Kamaraju on Nov 03, 2008 02:10
open dhtmlx forum
DhtmlXgrid

I am using clist in dhtmlxgrid . But can i incorporate a scrollbar for the clist.if i have list morethan 30 i have to scroll the whole page could u please help atearliest.
Answer posted by Support on Nov 03, 2008 02:41
You can modify "dhx_clist" css class in necessary way. 
<style>
.dhx_clist{
  height:200px;
  overflow:auto;
}
</style>