StackPanel
Sarvarbek Mumtozbekov
<Window
x:Class="Test.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="StackPanel"
Width="400"
Height="250">
<Window.Resources />
<StackPanel>
<Label>User ma’lumotlari</Label>
<Label>Login:</Label>
<TextBox></TextBox>
<Label>Parol:</Label>
<TextBox></TextBox>
<Button>Saqlash</Button>
</StackPanel>
</Window>

Last updated
Was this helpful?