Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adegeo committed Nov 15, 2024
1 parent 7724792 commit 1b08872
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ Notice that the label moved to the second column. You can use the `Grid.Row` and
## Create the name list box

Now that the grid is correctly sized and the label created, add a list box control on the row below the label.
<ListBox Grid.Row="1" x:Name="lstNames" />

01. Declare the `<ListBox />` control under the `<Label>` control.
01. Set the `Grid.Row` property to `1`.
Expand Down

0 comments on commit 1b08872

Please sign in to comment.