Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
490
how to make the xam controls available in blend & VS toolbars
posted

how to make the xam controls available in blend & VS toolbars:

I have the following in my mainwindow but unable to see in the toolbar. What should I do to make them available?

thanks

vairam

 

<igx:XamRibbonWindow x:Class="WpfApplication9.Window1"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  xmlns:igx="http://infragistics.com/Ribbon"
  xmlns:igWindows="http://infragistics.com/Windows"
  xmlns:editors="http://infragistics.com/Editors
  xmlns:igDP="http://infragistics.com/DataPresenter"
  xmlns:themes="http://infragistics.com/Themes"
    Title="Window1" Height="300" Width="504">
    <Grid>
       
    </Grid>
</igx:XamRibbonWindow>

Parents Reply Children