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
1253
User control
posted

Hi,

I created a user control call test.xaml and would like to put between these tags :

<igTileView:TilePane>


</igTileView:TilePane>

Is there a way to do this?  Thanks!

Parents
No Data
Reply
  • 195
    Verified Answer
    posted

    What you have should work. What happens when you try this?

    <igtTileView:TilePane>

       <namespace:usercontrol/>

     

    </igTileView:TilePane>

Children