|
@@ -27,7 +27,9 @@
|
|
|
|
|
|
<listView:PrsListView Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2"
|
|
<listView:PrsListView Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2"
|
|
Repository="{Binding $parent[local:FormsList].Model}"
|
|
Repository="{Binding $parent[local:FormsList].Model}"
|
|
- FilterShell="FilterShell">
|
|
|
|
|
|
+ FilterShell="FilterShell"
|
|
|
|
+ Margin="{StaticResource PrsControlSpacing}"
|
|
|
|
+ ClipToBounds="False">
|
|
<listView:PrsListView.ItemTemplate>
|
|
<listView:PrsListView.ItemTemplate>
|
|
<DataTemplate DataType="prs:IDigitalFormInstanceShell">
|
|
<DataTemplate DataType="prs:IDigitalFormInstanceShell">
|
|
<Button Classes="Standard" Background="{Binding .,Converter={StaticResource BackgroundColorConverter}}"
|
|
<Button Classes="Standard" Background="{Binding .,Converter={StaticResource BackgroundColorConverter}}"
|
|
@@ -84,7 +86,8 @@
|
|
<TabStrip Name="_tabList"
|
|
<TabStrip Name="_tabList"
|
|
Grid.Row="1" Grid.Column="0"
|
|
Grid.Row="1" Grid.Column="0"
|
|
IsVisible="{Binding $parent[local:FormsList].SeparateHistory}"
|
|
IsVisible="{Binding $parent[local:FormsList].SeparateHistory}"
|
|
- SelectionChanged="TabStrip_SelectionChanged">
|
|
|
|
|
|
+ SelectionChanged="TabStrip_SelectionChanged"
|
|
|
|
+ Margin="{StaticResource PrsControlSpacing}">
|
|
<TabStripItem Content="Open Forms"/>
|
|
<TabStripItem Content="Open Forms"/>
|
|
<TabStripItem Content="History"/>
|
|
<TabStripItem Content="History"/>
|
|
</TabStrip>
|
|
</TabStrip>
|