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
215
XamDataGrid - Auto size and sort indicator
posted

The auto-sizing does not seem to take into account the sort indicator.  If I click on a column to sort it, the text is cut off.  I have the following settings:

<igWPF:XamDataGrid.FieldLayoutSettings>
<igWPF:FieldLayoutSettings AutoGenerateFields="False"
AllowClipboardOperations="Copy"
FilterUIType="FilterRecord" />
</igWPF:XamDataGrid.FieldLayoutSettings>
<igWPF:XamDataGrid.FieldSettings>
<igWPF:FieldSettings AllowRecordFiltering="True"
Height="Auto"
Width="Auto"
AutoSizeScope="AllRecords"
AutoSizeOptions="All" />
</igWPF:XamDataGrid.FieldSettings>

Is there another setting to use?  

Note:

For now I have worked around it by also setting the LabelMinWidth.

Thanks.

Parents Reply Children
No Data