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 infragistics controls available in the toolbar for VS & Expression Blend
posted

How to make the infragistics controls available in the toolbar for VS & Expression Blend?

I have a window with the following xaml & that compile properly ( all necessary references included).

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
  • 8421
    Verified Answer
    posted

    Hi,

    I believe http://forums.infragistics.com/forums/t/2948.aspx should help you with the VS part of your question. As for Blend, I believe you need to add the files as references in your project and then you can find them in the custom control tab on the toolbar. I'm not as familiar with Blend so I'm not sure if there is a more permanent way to add controls, but I do know this way works.

Reply Children
No Data