Unplanned
Last Updated: 04 Aug 2017 13:42 by ADMIN
ADMIN
Ivan Danchev
Created on: 28 Jul 2017 07:07
Category: ListBox
Type: Feature Request
1
RadListBox scroll bar appears if ShowCheckAll is enabled

		
1 comment
ADMIN
Ivan Danchev
Posted on: 04 Aug 2017 13:42
Workaround: set the height of the items list as a percentage of its container:

.RadListBox .rlbList {
    height: 88%;
}