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
3455
How to set the width of WinGrid column?
posted
Hi,
How to set the width of WinGrid column?
Regards,
Pgr2007
Parents
  • 1803
    posted

    Hi ..

    jus use this property andset the desired value

    .DisplayLayout.Bands(0).Columns("Select").Width = 20

    can even set the minimum,max width like

     e.Layout.Bands(0).Columns("Select").MinWidth = 20

    e.Layout.Bands(0).Columns("Select").MaxWidth

     happy coding ,

    Arun ,,,,,,, :)

     

     

     

     

Reply Children
No Data