Browse By Tags

  • Access control inside datatemplate

    I am two-way databinding to create my Outlook Groups and the content for each group respectively.

    How can I programatically access the controls inside the group? Since they are databound, when I look at my xamOutlookBar.Groups content it doesn't give…

  • Add Item to XamWebOutlookBar via c#

    Hi,

    I need to add a control, like a XamWebTree, into a XamWebOutlookBar  Group via C#.

    So my code should be:

                XamWebTree myTree = new XamWebTree();
                myTree.Items.Add(item1);
                myTree.Items.Add(item2);

    Now, how I could to insert this tree into outlookbar…

  • Adding to screen via c#

    I am adding the outlookbar programatically in one instance of my program, essentially trying to make the control optional. Admittedly there is a collapse functionality, but I want to have it only available for certain users.

    t = new XamOutLookbar();