Initial commit
This commit is contained in:
17
Apollon.WPF/Views/Components/ApollonOverViewListing.xaml
Normal file
17
Apollon.WPF/Views/Components/ApollonOverViewListing.xaml
Normal file
@@ -0,0 +1,17 @@
|
||||
<UserControl x:Class="Apollon.WPF.Views.Components.ApollonOverViewListing"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:local="clr-namespace:Apollon.WPF.Views.Components"
|
||||
mc:Ignorable="d"
|
||||
d:DesignHeight="450" d:DesignWidth="800">
|
||||
<Grid>
|
||||
<Border BorderBrush="#0000a0"
|
||||
BorderThickness="1"
|
||||
CornerRadius="10"
|
||||
Width="300">
|
||||
</Border>
|
||||
<ListView Background="Transparent"/>
|
||||
</Grid>
|
||||
</UserControl>
|
||||
Reference in New Issue
Block a user