My RADCombobox has two members.
When I select the button to open the combo box, there is only a small window/drop down. Two see the 2nd member, I have to scroll down. To get an idea of what I mean, I have attached a screenshot.
http://img26.imageshack.us/img26/4326/comboboxissue.png
Thanks
<
radt:RadTreeView ID="MenuArbol" runat="server"
ContextMenuContentFile="treeContextMenus.xml" Height="100%" ImagesBaseDir="~/Images/MenuArbol/"
LicenseFile="~/Menu/MenuArbol/RadControls/LicenseFile.xml"
RadControlsDir="~/Menu/MenuArbol/RadControls/" Skin="ExampleSkins/ContextMenu"
SkinsPath="~/Menu/MenuArbol/RadControls/TreeView/Skins" Width="100%"
OnNodeContextClick="MenuArbol_NodeContextClick"
OnNodeExpand="MenuArbol_NodeExpand"
LoadingMessage="(cargando ...)" AutoPostBack="True" OnNodeClick="MenuArbol_NodeClick" AppendDataBoundNodes="True" >
</radt:RadTreeView>