This is a migrated thread and some comments may be shown as answers.

Error in ControlTemplate for StringFilterEditor

0 Answers 57 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Magnus
Top achievements
Rank 1
Magnus asked on 14 Dec 2016, 01:18 PM

There's a ControlTemplate named "AutoCompleteStringFilterEditorTemplate" in the GridView which looks like this:

 

<ControlTemplate x:Key="AutoCompleteStringFilterEditorTemplate" TargetType="grid:AutoCompleteStringFilterEditor">
 <Grid MinWidth="100">
  <Grid.ColumnDefinitions>


I wonder if the MinWidth should really be there? It will effect the width of the column when sizing to headersize, and when setting the column MinWidth manually values < 100 will not work. Columns with other types of filter-editors works better.

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Magnus
Top achievements
Rank 1
Share this question
or