3a5aeedd81
- Separazione GridView in più pannelli. - Cambio colori della grafica.
12 lines
464 B
XML
12 lines
464 B
XML
<UserControl x:Class="ExecutePanelView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
<StackPanel Orientation="Horizontal" Height="30">
|
|
<Button Command="{Binding ExecCommand}" ToolTip="{Binding ExecToolTip}">
|
|
<Image Source="/Resources/TopCommandBar/Exec.png" Stretch="Uniform"/>
|
|
</Button>
|
|
</StackPanel>
|
|
|
|
</UserControl>
|