silverlight - Usercontrol issue -
i have got big confusing question....
is .xaml file page or usercontrol. simple words silver light has pages or every silver light page called usercontrol????
i have scenario: firstly have mainpage , app.xaml.
i have added mypage.xaml sivlerlight usercontrol. has same extension , code behind same main page. able find mypage silverlight usercontrol in toolbox menu not mainpage... there specific reason cannot use mainpage usercontrol...???
any answers appreciated.
thanks in advance...
when right click project , select add new item, can choose add either silverlight page or user control. both written in xaml, 1 starts <page>
, other <usercontrol>
** edited hitech magic's correction
a user control base class writing own .xaml object. page inherits user control, has additional functionality (you can navigate inside frame)
hope helps.
Comments
Post a Comment