This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi There, I set the DataGrid's ColumnHeaderTemplate as:
And set up the column width with new GridLength(100, GridUnitType.Star); But when you resize the column width, the text of column header is wrapped I am using Version 6, April 3 nightly builds. Same code, 5.0 supports it! Is there any thing I did it wrong? Thanks Gordon |
|
|
Hello Gordon Just to clarify, do you mean that the column header text is not wrapped? Because this is what I am seeing which seems like a bug. -Jason Fauchelle |
|
|
Hello Jason, Yes, the column header text will not be wrapped into multiple line when the column width changed to smaller than it can hold all the words. It was working on version 5.1/5.0. Thanks, Gordon |
|
|
Thanks Gordon When I added in the filter buttons a while back, I ended up causing the header content to auto-size rather than adjust based on the available space. This will be resolved in the next nightly build. -Jason Fauchelle |
|