Switches Radiobuttons
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
|
||||
<Border Style="{StaticResource Border.Page}">
|
||||
<ScrollView>
|
||||
<Grid RowDefinitions="Auto, Auto, Auto, Auto,Auto, Auto, Auto , Auto"
|
||||
<Grid RowDefinitions="Auto, Auto, Auto, Auto, Auto, Auto,Auto, Auto, Auto , Auto"
|
||||
ColumnDefinitions="Auto, *"
|
||||
Style="{StaticResource Grid.Page}">
|
||||
|
||||
@ -66,10 +66,31 @@
|
||||
</HorizontalStackLayout>
|
||||
</FlexLayout>
|
||||
|
||||
<partial:AddressView Grid.Row="6"
|
||||
<Label Grid.Row="6"
|
||||
Text="Still Employed"/>
|
||||
<Switch Grid.Row="6"
|
||||
Grid.Column="1"/>
|
||||
<Label Text="Employee Type"
|
||||
Grid.Row="7"/>
|
||||
<FlexLayout Grid.Row="7"
|
||||
Grid.Column="1"
|
||||
Wrap="Wrap"
|
||||
Direction="Row">
|
||||
<HorizontalStackLayout>
|
||||
<Label Text="Full-Time"/>
|
||||
<RadioButton IsChecked="True"
|
||||
GroupName="EmployeeType"/>
|
||||
</HorizontalStackLayout>
|
||||
<HorizontalStackLayout>
|
||||
<Label Text="Part-Time"/>
|
||||
<RadioButton GroupName="EmployeeType"/>
|
||||
</HorizontalStackLayout>
|
||||
</FlexLayout>
|
||||
|
||||
<partial:AddressView Grid.Row="8"
|
||||
Grid.ColumnSpan="2" />
|
||||
|
||||
<HorizontalStackLayout Grid.Row="7"
|
||||
<HorizontalStackLayout Grid.Row="9"
|
||||
Grid.Column="1"
|
||||
Spacing="5">
|
||||
<Button Text="Save" />
|
||||
|
||||
Reference in New Issue
Block a user