Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions specs/SplitMenuFlyoutItem/SplitMenuFlyoutItem-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ We can also support nesting of menu items in this control:

### Using SplitMenuFlyoutItem in XAML, C#, and C++

As any control can be instantiated using either XANL, C# or C++, here is a table showing how to achieve the same UI with either of the options.
As any control can be instantiated using either XAML, C# or C++, here is a table showing how to achieve the same UI with either of the options.

<table>
<tr>
Expand Down Expand Up @@ -264,8 +264,7 @@ type of menu flyout item, including separators and sub-items.

Gets or sets the style applied to the submenu's flyout presenter.

This property allows you to customize the appearance of the submenu container.
itself, such as background colour, border, and padding.
This property allows you to customize the appearance of the submenu container itself, such as background colour, border, and padding.

```xaml
<SplitMenuFlyoutItem.SubMenuPresenterStyle>
Expand Down Expand Up @@ -385,4 +384,4 @@ Accessibility tools like screen readers (Narrator, NVDA) use the UI Automation F

### Other Behaviour

1. When `Items` property is an empty collection, the secondary button will be disabled.
1. When `Items` property is an empty collection, the secondary button will be disabled.