Browse By Tags

  • How to set different template for SelectedGroupHeader for xamOutlookBar?

    I wan to put something in SelectedGroudHeader, so create a style as blow. I add ContentContainer "MyControl" to the header in template style.  Then I want to set different content for different OutlookBarGroup. For exaplme, different OutlookBarGroup…

  • Unable to Load viewmodel onto xamoutlookbar(Silverlight).

     Hi Guys,
     
    I have a view model with code below.

    using System.Collections.ObjectModel;
    using System.ComponentModel;
    //using ChurchWX.Classes; 
    namespace ChurchWX
    {
        public class ViewModel : INotifyPropertyChanged
        {
            private ObservableCollection…
  • Unable to Bind to XamOutlookbar

    Hi Guys,

    Urgent assistance needed. I'm trying a simple binding to the XamOutlookbar. When I run the application, I only get the object path displaying on the groups. I'm not sure what I'm missing.

    Kindly find the application attached.

  • IG 13.2 XamOutlookBar NavigationPaneMiminizedText property is missing

    Hi,

    I'm currently using IG 13.2 and it seems the XamOutlookBar NavigationPaneMinimizedText property is missing from the list of available properties.

     

    I can see events for NavigationPaneMinimized and NavigationPaneMinimizing, but no change text…

  • Background when outlookbar is minimized

    Any idea on how to set the background of OutlookBar when it is minimized and click 'Navigation Pane'. I don't know which property to set in xaml. Thanks.

    The background of 'Content Here' in the picture.

    OutlookBarBGColor

  • Add Xamoutlookbar groups to overflow area via code

    Hi All,

         I'm using the XamOutlookBar in my application, I have requirement to show a group selected by default and all the groups to be added to the overflow area by defaul. Is there is a way available to add the Outlookbar groups to the overflow area…

  • How to binding dynamically xamOutlookBar and its groups added dynamically too???

    Hello,

    i have an xamOutlookBar and i´m adding groups to it by data binding using data template in xaml. This is ok.

    But i do it in xaml and i want to do it dynamically, by code.

    And i don´t know how to bind the GroupHeaderTemplate and th…

  • xamOutlookBar

    Hi,

    I am developing an application using silverlight and infragistics controls.

    I have an outlookbar attached in my application and I have used styles to customise the hyperlink on it.

    My requirements are:

    1) The color of the link should be changed…

  • How do you set GroupContentTemplate for XamOutlookBar 2010.2 - there is no such property

    I am trying to bind Groups and content items dynamically to a XamOutlookBar NA version 2010v2. All of the examples I am seeing initialize XamOutlookBar.GroupContentTemplate but in version 2010.2 there isn't GroupContentTemplate member. Question is how…

  • XamOutlookBar Binding

    I am trying to do some simple binding with the XamOutlookBar.

    The control seems to be binding but for some reason it looks as if the DataTemplates are not being applied. Here is my code... this is a very simple example I am working with...I must have…

  • OutLookBar minimize toggle button is not working

    Hi,

    i am working in Prism Silverlight i have a seperate naviageion module where m using OutLookBar for Navigation it works fine but its Minimize Toggle button is not working please advice? i have spent a lot of time to resolve this but failed.

  • How to make OutlookBarGroup invisible

    Hi!

    I have an XamOutlookBar with some groups (e.g. 'File', 'Edit', 'Config')

    I want to switch off (invisible) one of the group runtime. E.g. if the user has no special role, he must not see the menu group 'Config'.

  • Minimization and vertical splitter

    Hi,

    I tried putting a vertical splitter while allowing minimization, seems this setup doesn't work. Could I have the capability to resize the outlook bar while still be able to use the minimize button? Thanks.

  • How do I manually show the SelectedGroupPopup?

    I am using the XamOutlookBar for silverlight.

    I would like to set up events so that when the the xamoutlookbar is minimized and the user clicks on a group header icon, that the popup for that group is displayed.

    This is similar to the behavior that…

  • Automatically execute ShowFewerButtons command

    By default, I want my xamOutlookbar's to show fewer buttons.

    How can I accomplish this?

    Is there a way that I could trigger the ShowFewerButtons command without having any type of user interaction (e.g. button click)?

     

  • how to turn of tooltip for MinimizeToggleButton in outlookbar?

    I use MinimizeToggleButton to add some custom action(context menu) like:

        <Style x:Key="MinimizeToggleButtonStyleKey1" TargetType="ToggleButton">
                <Setter Property="Cursor" Value="Hand"/>
                <Setter Property…

  • XamOutlookBar in Lightswitch

    Hi

    I'm trying to incorporate the XamOutlookBar in my Lightswitch application custom shell.

    My code looks like this:

    <DataTemplate x:Key="NavItemTemplate">
     <ctrl:TreeView ItemsSource="{Binding Children}">
      <ctrl:TreeView…

  • Getting error when i include XamOutlookBar control in my azure silverlight application...

    System.InvalidOperationException
    An unhandled exception was encountered while trying to render the current silverlight project on the design surface. To diagnose this failure, please try to run the project in a regular browser using the silverlight developer…

  • OutlookBar Groups Template - NavigationArea to Top

    Hello,

    I need the Navigation Area to be in the upper part and the content in the bottom, just like switching sides...

     I've modified the XamOutlookBar template, at the bottom I found the visual structure:

    <Border VerticalAlignment="Stretch"…

  • Accessing a control within XamOutlookBar

    There is a similar thread but since my issue is a bit different, I decided to create a new thread. I have an issue in accessing a control inside XamOutlookBar. I followed the instructions given in this thread and it partially solved my problem.

    http…

  • OutlookBarGroup and Data Binding problem

    I have a XamOutlookBar which contains several OutlookBarGroups.  The first group contains two hyperlink controls which have their Command property bound to an ICommand property in my ViewModel.  This group is displayed by default when the page loads.  When…

  • A way to change the parent menu layout (vertical to horizontal)

    Hello there, I need some help. So, what I'm trying to do is to change the layout of the parent menus in the xamwebtree, from vertical to horizontal, and then hide the rest (children panel, options popup, etc.) in order to have a menu in the upper side…

  • Getting unhandled error in XamOutlookBar when xamTreeItems reloaded dynamically

    Hi, We have design a application contains “XamOutlookBar” and we are adding “OutlookBarGroup” tabs dynamically with “XamTree” inside it. Now I am getting following error after “XamTreeItems” reloaded dynamically and click on other “OutlookBarGroup” Tab…

  • How to Persist Settings

    Hello,

    How can i persist/apply the XamOutlookBar settings? in particular, i want to persist the index of each group (if end user decides to change their order), the visible/collapsed groups and what groups belongs to navigation / overflow area of the…

  • Docking To Right Side

    Hi,

     

    Is it possible to dock the Outlook Bar to the right side of a window?

     

    Thank You,

    Sam