Skip to content
Merged
Show file tree
Hide file tree
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions wpf/Split-Button/Dropdown-Menu-Items.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: post
title: Dropdown Menu Items in WPF Split Button control | Syncfusion
description: Learn about Dropdown Menu Items support in Syncfusion Essential Studio WPF Split Button control, its elements and more.
platform: WPF
title: Dropdown Menu Items in WPF Split Button Control | Syncfusion
description: Learn here all about dropdown menu items support in Syncfusion Essential Studio WPF Split Button control, its elements and more.
platform: wpf
control: SplitButtonAdv
documentation: ug
---
Expand Down Expand Up @@ -48,7 +48,7 @@ splitbutton.SmallIcon = new BitmapImage(new Uri("Images\country.png"));
{% endhighlight %}
{% endtabs %}

![popup-item](DropDownMenuItem_images/DropDownMenuItem_img1.png)
![Popup-item in WPF Split Button.](dropdownmenuitem_images/wpf-split-button-popup-item.png)

## Setting icon bar visibility

Expand Down Expand Up @@ -92,7 +92,7 @@ splitbutton.SmallIcon = new BitmapImage(new Uri("Images\country.png"));
{% endhighlight %}
{% endtabs %}

![popup-item](DropDownMenuItem_images/DropDownMenuItem_img2.png)
[Setting icon bar visibility in WPF Split Button.](dropdownmenuitem_images/wpf-split-button-setting-icon-bar-visibility.png)

## Setting scrollbar visibility

Expand Down Expand Up @@ -172,7 +172,8 @@ splitbutton.SmallIcon = new BitmapImage(new Uri("Images\country.png"));
{% endhighlight %}
{% endtabs %}

![popup-item](DropDownMenuItem_images/DropDownMenuItem_img3.png)
[Setting scrollbar visibility in WPF Split Button.](dropdownmenuitem_images/wpf-split-button-setting-scrollbar-visibility.png)


## Checkable dropdown menu items

Expand Down Expand Up @@ -209,8 +210,7 @@ splitbutton.SmallIcon = new BitmapImage(new Uri("Images\country.png"));
{% endhighlight %}
{% endtabs %}


![popup-item](DropDownMenuItem_images/DropDownMenuItem_img4.png)
[Checkable dropdown menu items in WPF Split Button.](dropdownmenuitem_images/wpf-split-button-checkable-dropdown-menu-items.png)

## Resizing dropdown menu

Expand Down