llo! I am using the following code for my program. I want it to look like Office 2013, you should only add the reference to the project that comes with WPF 4.5 and is System.Windows.Controls.Ribbon. I have a problem, when I select one tab, her border, its not completed.
x:Class="WpfApplication1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" WindowStartupLocation="CenterScreen"> Header="INICIO"> Header="Portapapeles"> Label="Hola" LargeImageSource="Imágenes/Artículo.png" Height="Auto" VerticalAlignment="Top"/> Header="Fuente"> Content="Fuente"/> Header="INSERTAR"/> Header="DISEÑO"/> SmallImageSource="Imágenes/Usuario.png"> Width="Auto" Header="Iniciar sesión..." ImageSource="Imágenes/Usuario.png"/> Width="Auto" Header="Cambiar contraseña..." ImageSource="Imágenes/Usuario.png"/> Width="Auto" Header="Cerrar sesión..." ImageSource="Imágenes/Usuario.png"/>
Attached 2 images, the first is what I get done, the other is what I would like.


Thx!
Gonzalo BorghiPosted Apr 3, 2015, 1:35 AM
Afzaal Ahmad ZeeshanPosted Apr 3, 2015, 12:21 AM