Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1025
WebDropDown Style
posted

Sir,

I want to set my all webdropdown to use the the maxlist height to 120px and minheight of the list to 0 px so that it grows automatically when item increases in the dropdownlist upto 120 px and then it start showing the vericle scroll alos i want all dropdown list to use the width equivelent to the control width i set it 100% but if the values are larger it increase the width.
Please reply ASAP

Thanks in advance.

Parents Reply
  • 215
    posted in reply to Konstantin Dinev

    Hi Dinev,

                      I am also facing same problem the width of WebDropDown  is differ with Container width

    I Given width in  ' %'  

    This is the code:

    <td valign="top" class="style1">
             <ig:WebDropDown ID="WebDropDown1" runat="server" Width="100%" DropDownContainerWidth="100%"   Height="21px">
                 <Items>
                     <ig:DropDownItem Selected="False"  Text="DropDownjjjjjjjjjjjjjjjj Item" Value="">
                     </ig:DropDownItem>
                     <ig:DropDownItem Selected="False" Text="DropDown Item" Value="">
                     </ig:DropDownItem>
                     <ig:DropDownItem Selected="False" Text="DropDown Item" Value="">
                     </ig:DropDownItem>
                     <ig:DropDownItem Selected="False" Text="DropDown Item" Value="">
                     </ig:DropDownItem>
                 </Items>
             </ig:WebDropDown>
            
       
            
        </td>

    waiting for replay

     


Children