Hi all,
Within controls such a RadGridView, is there a simple way like a property to mark a column as able to decrease or increase its width when the scrollbar is displayed or hidden, so that the set of columns would always fill all the parent control width without either overwritting the last column right part when the vertical scroolbar is shown or having to show some unused reserved space when the scrollbar is hidden.
I understand that it is always possible to use events to manually adjust each width for each control, but this is very cumbersome.
Wouldn't it nice to have a control overall property such as (hypothetically) gridview.AdjustColumnWidthToScrollBarDisplay ?
Or what is the simplest method ?
Thanks for your answers
Patrick