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
236
AutoFitStyle with a twist
posted

I have a grid with 3 columns.  I want to recreate the same behavior as AutoFitStyle.ResizeAllColumns. However instead of resizing all columns i want it to use only the middle column. So that the outer 2 columns remain unchanged.

Are there any property's on the grid which allows me to do this? or do i need to build something custom for this?