mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 20:26:31 +00:00
rework to floating window on the top
TODO: keys
This commit is contained in:
@@ -4,12 +4,19 @@
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
mc:Ignorable="d"
|
||||
Title="Azaion Оператор" Height="450" Width="800">
|
||||
<Grid Background="Black">
|
||||
<TabControl Name="MainTabControl"
|
||||
TabStripPlacement="Left"
|
||||
Margin="0, 0, 0, 10"
|
||||
Background="Black">
|
||||
</TabControl>
|
||||
Title="Azaion Оператор" Height="100" Width="200"
|
||||
WindowStyle="None"
|
||||
ResizeMode="NoResize"
|
||||
Top="0"
|
||||
Topmost="True"
|
||||
>
|
||||
<Grid>
|
||||
<ListView Name="ListView" Background="Black" BorderBrush="Black">
|
||||
<ListView.ItemsPanel>
|
||||
<ItemsPanelTemplate>
|
||||
<StackPanel Orientation="Horizontal" />
|
||||
</ItemsPanelTemplate>
|
||||
</ListView.ItemsPanel>
|
||||
</ListView>
|
||||
</Grid>
|
||||
</Window>
|
||||
|
||||
Reference in New Issue
Block a user