Hello,
I'm trying to resize column's width, that are within groups, to a very small size. The problem, well it wont let me go to a width lower than 14px. I first though it might have been the font within the cells locking the minimum width to 14, but i set the Font to 5 and that still didn't work. I'm not writing any data or puting any controls within the grid so font size is no interest to me at all.
I'm trying to create a DayView control with a horizontal layout, something which the Infragistics UltraDayView does not allow. So each column/cell will only be colored and show tooltips when hovered over.
How can i bring down my width in my cells to about 5px???
Thanks
You probably just need to set the column's MinWidth before you set the Width.
So simple, thanks, i didn't notice there was a minimum width property :)