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
415
how to resize...
posted

Hi Experts,

i'm trying to figure out how to rezise a WebDropDown control.... It seems to not working with css!?!?!

In fact, i having problem to fix the height of the control, the text area... 

Any idea?

Parents
No Data
Reply
  • 49378
    Suggested Answer
    posted

    Hi pmrenaud,

    The styling of the input field of the WebDropDown is controled from the .igdd_ValueDisplay css class located in the ig_dropDown file. You should be able to set the height from there. Other classes that may interest you in that respect would be the .igdd_DropDownButton and
    .igdd_DropDownButton img  as they control the styling of the dropDown button.

    Please tell me if this helps.

    Best Regards,

    Petar Ivanov
    Developer Support Engineer
    Infragistics, Inc.
    http://ko.infragistics.com/support

     

Children