Show tracks in image info GUI.

This commit is contained in:
2018-10-07 22:44:54 +01:00
parent a5163a09e3
commit d41578fdfc
2 changed files with 48 additions and 0 deletions

View File

@@ -89,6 +89,13 @@
</StackLayoutItem>
</StackLayout>
</TabPage>
<TabPage ID="tabTracks" Text="Tracks" Visible="False">
<StackLayout Orientation="Vertical">
<StackLayoutItem HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Expand="True">
<TreeGridView ID="treeTracks"/>
</StackLayoutItem>
</StackLayout>
</TabPage>
</TabControl>
</StackLayout>
</Panel>