I am using CEGUI and adding a combo box thru windows layout xml as follows. But my combobox did not have vertical scroll bar.
I need to have a vertical scroll bar for my combo box.
Please let me know how can i add/get that vertical scroll bar for Combo box
Code: Select all
<Window Type="XYZLook/Combobox" Name="NewCombobox" >
<Property Name="Font" Value="Mono-12" />
<Property Name="MouseCursorImage" Value="set:WindowsLook image:MouseTextBar" />
<Property Name="UnifiedAreaRect" Value="{{0.52,0.000000},{0.49,0.000000},{0.88,0.000000},{0.68,0.000000}}" />
<Property Name="UnifiedMaxSize" Value="{{1.000000,0.000000},{1.000000,0.000000}}" />
</Window>
Appreciate your help.
Thanks,
Sudhakr