I would like to change a single field header label to use text wrapping that adjusts the height of the header row.
I scoured the forums but only found examples that relate to CellValuePresenter which doesn't work for me. The LabelPresenterStyle seems to control the header labels, but I cannot find any properties that allow text wrapping.Any help would be appreciated.
Thats great thanks for your help.It's easy when you know how ;)
Here's a snippet of my code for anyone else.
<igDP:Field Name="ProductName" Label="Product Name"> <igDP:Field.Settings> <igDP:FieldSettings LabelTextWrapping="Wrap"/> </igDP:Field.Settings></igDP:Field>
Set that field's Settings->LabelTextWrapping property.