<UserControl xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="NewLife.Studio.App.Controls.NavBar"
Width="48">
<Border Background="#F0F0F0" BorderBrush="#E0E0E0" BorderThickness="0,0,1,0">
<ScrollViewer>
<StackPanel x:Name="ModuleList" Margin="4" Spacing="8" />
</ScrollViewer>
</Border>
</UserControl>
|