Hi,
One of the requirements of my application is to let the user change the font size on the fly. I user a slider for the font size and the FontSize property of the window is bound to its value. This works great (almost), since the controls all take that value.The ribbon, labels, the dock manager, everything resizes correctly. Different story for the XamDataGrid. The column headers resize correctly (i.e. if I increase the font size, the headers' height increases as well). This does not work for the actual record rows, however. The font size increases, but the rows remain at the same height, chopping off the characters displayed in the cells. I tried setting CellHeight to Auto, but that property only accepts numeric values.
Is there any way to get the record rows to increase their height when the font size changes??
Thanks,Michel
I am facing the same issue, I want to change the height or rows and column widths to automatically adjust with changes to font size. Is there any way ?
I could not find any concrete solution in the above thread. AutoFit=True does not work for me . I am using Infragistics 11.2
Thanks
Anindya
Is this problem resolved in InfragisticsWPF4 V10.3? if so, what is the solution provided?
I just tried it and it's fine - the row height gets adjusted when I change the font size dynamically (I have an option in the ribbon to change the font size on the fly.) But note that I'm not using any of the "auto" stuff in the grid.
Looks like it's still there in 9.1. AutoFit has not effect but to distort the height of the header at Startup. there may be a rule where other formatting is not allowed in conjunction with AutoFit.
I discovered if I use AutoArrangeCells="LeftToRight" along with AutoFit on the grid, it stops the distortion but the row height stays the same. there is some combination of options out of place here.
Glenn
I think the issue is resolved in 2009.1.