Browse By Tags

  • How to add user component to the head of xamOutlookBar?

    For each OutlookBarGroup, when you click on it, its content will display at the top.

    At very top of the control, there is header line with header name and Minimized icon(<< or >>) there.

    I want to add something like a button or user c…

  • How to set datatemplate for SelectedGroupdHeader in xaml file?

    Usually, set up on OutlookBarGroup in xam like this:

    <ig:OutlookBarGroup Header="Group1" Key="Group1">
      <ig:OutlookBarGroup.LargeIconTemplate>
        <DataTemplate>
             <Image Source="1.png"/>
         </DataTemplate…

  • XamOutlookBar DataTemplate Memory Leak

    The XamOutlookBar OutlookBarGroup has a memory leak related to the datatemplates assigned to LargeIconDataTemplate and SmallIconDataTemplate. This is not the same issue as with the intrinsic Silverlight DataTemplate memory leak that was supposed to be fixed…

  • Evaluating Infragistics Silverlight products and banging my head against a wall :)

    Hi All,

    My evaluation scenario is the following:

    Create an outlook bar with 2 panels.  Each panel will have a listbox, or datagrid, that autosizes with the panel.  The listbox or datagrid will be databound.  

    Seemed simple :)

    However (so far) I…

  • Sample code for adding xamTree into xamOutlookbar

    Hi All,

    Can we add a xamtree silverlight control into xamOutlookbar as we did for winform.

    I really appreciate if I can get a sample code to do this case.

    Thanks a lot.

    Han

  • Context Menu

    Can I add a context menu to a XamOutlookBar? Pls. point me to samples.

     

    Thanks

  • Navigation Pane text

    How can I change the navigation pane toggle button text to say something other than "Navigation Pane"?

     

    Thank You!

    -Sam

  • Disable Minimize behavior

    What's the easiest way to disable the minimize behavior of  XamOutlookBar?

  • Set Image for OutlookBarGroup in code behind

    Hi All,

    Normally we can set icon for outlookbargroup in xaml like this:

    <ig:OutlookBarGroup.LargeIconTemplate>

             <DataTemplate>

                <Image Source="....." />

             </DataTemplate>

          </ig:OutlookBarGroup.LargeIconTemplate…

  • Make group content fill available space

    hello,

    I can't seem to make the controls I put in the OutlookBarGroup's content stretch to fill the available space.  I've tried a few different controls to the same effect. My plan is to use the xamOutlookBar in a grid with a splitter, so I want…

  • Not able to access the control value - Null reference exception

     

    Hi,

    I have created a silverlight page with xamoutlookbar which has the hierarchy like the following


    xamoutlookbar
     group1
      datetime1Control
      datetime2Control
     group2
      CheckBox1Control
      CheckBox2Control
      RadioButton1Control
     group3
      Calendar1Control

     

    But whenever…

  • i am getting this error The Groups collection must be empty before using the GroupsSource

    Hi,

     

          when i am trying to bind data using XamOutlookBar, data is not getting binded and throwing The Groups collection must be empty before using the GroupsSource error...can anyone help me regarding this?

  • Datagrid inside XamoutlookBar

    Hi,

    I have Datagrid inside a xamoutlookbar control. When I change the selected group the content inside is not rebinding.

    Here is the snippet.

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    <

     

     

  • Error HRESULT E_FAIL while using XamWebOutlookBar

    I am trying to build a simple version of XamWebOutlookBar. But it doesnt seem to work. My code mirrors whats in the sample provided other than the data source info.

    I am using Infragistics 10.1 and Silverlight 4. Any ideas?

    Error Info -

    Error HRESULT…

  • Expand / Collapse Button

    I am trying to trap the click event for the expand/collapse button on the XamOutlookBar....

    Basically what I want to happen is when its clicked, I want to expand it to a default size.

    Trapping the Expanding or Expanded event doesn't solve the issue since…

  • How to display an icon when the group is selected

    Question: How do I keep the icon displayed when the group is selected?

  • Styling OutlookBar

    hi

    how can i set a style like office10s outlookbar, to the XamOutlook bar??

  • Initial Width

    I have a XamOutlookBar where I want to set the initial width.
    Also I have a splitter, where it would resize the columns and I want the ability
    for the XamOutlookBar to be resized based on the splitter control.

    Basically I have something like:

     

    <Grid…

  • Adding An Event Handler To A Child Control

    Hello,

      I'm trying to add an event handler onto a xamGrid that is in an OutlookBarGroup.  I'm trying to do this from the loaded event, but everytime I call this.FindName("grid") - it returns nothing.  At what point does the grid become…

  • How to change Theme

    Hi

    xamOutlookbar in WPF have many themes, but in silverlight version i can't find how to set theme?

     

     

     

  • LargeIconTemplate

    hi

    In Silverlight 4 Application, how can i set LargeIconTemplate of OutlookBarGroup to BitmapImage in Code?

    Thanks

  • The property 'System.Windows.Controls.Panel.Children' is set more than once.

    Hi,

    I am a new Silverlight developer and I am trying something simple such as including

    a xamWebOutlookBar in a silverlight control and getting and error The property 'System.Windows.Controls.Panel.Children'  is set more than once.

    I am using…

  • 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…

  • can not access the control inside the outlookgroup

    Hi,

     

    I am facing problem of accessing control which is there inside the outlookgroup.

     

    I have 2 group

    1, Date range

    2. Measurements

     

    Inside the date range I have 2 datetime control.

     

    But when the page is initialized I set the value as follows…

  • Set Selected Group in XAML

    I was wondering if there was a way to set the selected group in XAML by binding a value to the property?

    The reason why I ask, is after I rebind, using two way binding, the selected group gets changed to nothing. At this point I only have one group.…