Quantcast
Channel: CSharp Forum Latest Questions
Viewing all articles
Browse latest Browse all 32056

Ribbon ComboBox WPF 4.5 c#

$
0
0
Hello, I'm beginner here and would like your help.
 
The number select in dropdown don't appear in RibbonComboBox. Where I'm making mistakes? 

<RibbonWindowxmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"xmlns:Custom="http://schemas.microsoft.com/winfx/2006/xaml/presentation/ribbon"x:Class="RibbonComboBox.MainWindow"Title="MainWindow"Height="350"Width="525"><Grid><RibbonHorizontalAlignment="Left"VerticalAlignment="Top"Width="517"Height="113"SelectionChanged="Ribbon_SelectionChanged_1"><RibbonComboBoxx:Name="teste"Label="ComboBox"><ComboBoxItemContent="2"/><ComboBoxItemContent="3"/><ComboBoxItemContent="4"/></RibbonComboBox></Ribbon></RibbonWindow>

Viewing all articles
Browse latest Browse all 32056

Trending Articles