This is a migrated thread and some comments may be shown as answers.

Change the radlistbox size with tranfer in the client side

1 Answer 58 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
DENTAL NETWORK
Top achievements
Rank 1
DENTAL NETWORK asked on 23 Feb 2015, 03:27 PM
 I have  a RadListBox with transfer into a splitter pane and I want to the RadListBox fill the entire pane area. How can I change the RadListBox width in the client side?
Thanks in advanced
Jorge

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 25 Feb 2015, 03:24 PM
Hi Jorge,

You could use the following CSS to set RadListBox width as wide as the width of its RadPane container:

<style type="text/css">
    html .RadListBox {
        width: 100%;
    }
</style>

Regards,
Dimitar
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ListBox
Asked by
DENTAL NETWORK
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or