This question is locked. New answers and comments are not allowed.
we have the following property on the grid set to collapsed
RowIndicatorVisibility="Collapsed"
But we still get a space to the left of our first column images (see attachment) -- no matter how we specify the alignment of the image
<telPres:GridViewDataColumn Header="" Width="auto" >
<telPres:GridViewDataColumn.CellTemplate>
<DataTemplate>
<Image Source="/[projectName];component/Images/Indicators/warning.png"HorizontalAlignment="Stretch"/>
</DataTemplate>
</telPres:GridViewDataColumn.CellTemplate>
</telPres:GridViewDataColumn>