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
145
How remove extra column space in XAMGrid
posted

Guys,

can u please help me to remove this extra column space in XAMGrid (not xamdatagrid). I dont want to use * size on column width. Any other solutions?

Parents
No Data
Reply
  • 4475
    Verified Answer
    posted

    Hello,

     

    I have been looking into your question and the column that you have pointed is called Filler Column. In order to remove you have the following options:

    ·        Set the columns to have a star width, that way the columns will take up any extra space in the grid.

    ·        Change the width of your grid to be smaller.

    ·        Give your grid infinity width by putting it in a container such as a ScrollViewer with HorizontalScrolling set to auto.

    For more information regarding the discussed matter please refer to the following link:

    http://help.infragistics.com/NetAdvantage/Silverlight/2011.1/CLR4.0/?page=xamGrid_Filler_Column.html

    In case you require some additional assistance regarding the discussed matter, please do not hesitate to contact us us.

     

    Sincerely,

    Ekaterina

    Developer Support Engineer

    Infragistics, Inc.

    www.infragistics.com/support

     

Children