iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
I am trying to create a UXDesktopDock in a UserControl
UXDesktopDock seems to work fine when in the main form however when I embed this within a UserControl and reference the UserControl in the main form Clicking on the buttons does nothing.
It is OK I have solved the problem
A)
<Intersoft:UXDesktop x:Name="uxDesktop" Background="{x:Null}" TaskBar="{Binding Path=DeskTopDock, ElementName=MyNavigation, Mode=OneWay}"
<my:Navigation x:Name="MyNavigation" Visibility="Visible"/>
B) In the code behind for the Navigation User Control
public partial class Navigation : UserControl { #region Constructors and Destructors /// <summary> /// Initializes a new instance of the <see cref="Navigation"/> class. /// </summary> public Navigation() { this.InitializeComponent(); this.DeskTopDock = this.desktopDock; } #endregion #region Properties /// <summary> /// Gets DeskTopDock. /// </summary> public UXDesktopDock DeskTopDock { get; private set; } #endregion }
Hello,
Would you be more specific about what do you want to achieve when clicking the button?
I created a simple silverlight user control and use UXDesktopDock inside. I assumed that you reffered "buttons" as UXDesktopDockButton. If you didn't specify anything when add UXDesktopDockButton, of course it will do nothing.
Please let me know if I am mistaken in understanding your point.
Regards,Handy
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname