This question is locked. New answers and comments are not allowed.
                        
                        Hi everybody,
It's possible to customize the SmallIcons on ItemMinimizedTemplate?
I'm trying something simple like resize the icon or change their position, but I can't replace this element...
In all tests I did, the SmallIcon is showed on left of StackPanel.
Thanks in advance
Igor
                                It's possible to customize the SmallIcons on ItemMinimizedTemplate?
I'm trying something simple like resize the icon or change their position, but I can't replace this element...
<DataTemplate x:Key="ItemMinimizedTemplate">    <StackPanel Orientation="Horizontal" Background="Yellow" Width="50" Height="20">        <!-- I wan't to put the icon here with specific size /-->        <TextBlock Text="{Binding}" />    </StackPanel></DataTemplate>In all tests I did, the SmallIcon is showed on left of StackPanel.
Thanks in advance
Igor

