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
5549
How can i set the position (of the text) from the items
posted

i can only say orientation of the dropdown container where it appears. but all the items are centered. is there a property to set them left?

Parents
No Data
Reply
  • 558
    Verified Answer
    posted

    Hi Martin,

    You can override the default CSS class in the page to align the items to the left as follows.

    .igdd_Office2007BlueDropDownList
            {
                background-color: White;
                font-size: 10pt;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                margin: 0px;
                padding: 1px;
                text-align: left !important;
            }

    Please note that by default dropdown items are align to left.

    Let me know if you have any questions with this matter.

    Neha
    Developer Support Engineer
    Infragistics
    www.infragistics.com/support

Children