Posted 15 years ago
by Mick
How do I make a RibbonWindow show a title on the window and in the task bar? I set the "Title" property of RibbonWindow::Window, but it's being ignored.
Thank you,
Mick
Thank you,
Mick
<ribbon:RibbonWindow
x:Class="TitleExample.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ribbon="http://schemas.actiprosoftware.com/winfx/xaml/ribbon"
Title="This is My Title"
Height="300"
Width="400"
>
<Grid />
</ribbon:RibbonWindow>
Please log in to a validated account to post comments.