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
1265
RowSizing AutoFree/Fixed
posted

A few days ago I set CellMultiLine = True and RowSizing = AutoFree in InitializeLayout and it worked great; however, I was working on it again today and it is not AutoSizing all of the rows, but it is for some of them.  Is there a property I could have changed that would conflict with this feature?  I even tried putting e.Row.PerformAutoSize in the InitializeRow event and that did not help.  I also tried looping through the rows and PerformAutoSize each one and still no luck.

You know what, I just checked one property for the column and found where it is occurring: when I set a MinWidth for the column.  But if I do not set this, or just set its width, it works as it should, any ideas, or is this a bug?

Any assistance you could provide would be greatly appreciated!
~Kelly