Browse By Tags

  • Disable switching tabs on XamTabControl

    I am needing to disable switching tabs when a specific ViewModel type is opened inside a tab.

    I am sharing a dataconext between one ViewModel and the elements contained inside PrintSections on another viewmodel. This is causing the Print Tab to refresh…

  • Put XamTreeGrid in XamTabControl

    Hello, 

    I'd like to put a XamTreeGrid in XamTabContol. 

    I wrote this code, and the Name and subNode's rows are shown with branch lines.

    However, I cannot see the subNode's strings.

    How can I fix it? 

    <ig:XamTabControl>
        <ig:TabItemEx>
    …

  • TabItemEx Command

    How can the close to a command on the TabItemEx  be bound to a command on the view model?    

  • XamDataGrid, XamTabControl Peculier Behaviour - WPF MVVM

    Hi,

    I'm facing a problem in implementing the following scenario:

    When the user selects a record in a XamDataGrid, the control flows into another tab showing the details of the selected record.

    The way I have done this is:

    At the selection change…

  • Re: Is it possible to freeze a particular tab on a fixed location?

    Hello All,

    I have scenario where I can add the tabs as below, and when I drag drop the 2nd tab it moves to the 1st tab, but I want the first tab to be fixed and rest of the tabs should be docable. So wanted to know the feasibility?

  • Bind to SelectedIndex property of TabControl

    I am trying to bind the SelectedIndex property of the XamTabControl to an property of type int on my viewModel.

    <igWindows:XamTabControl Name="xamTabControl1" SelectedIndex="{Binding Path=SelectedTabIndex, Mode=TwoWay}" >

  • XAMTab control

    Is it possible to edit the tab header in place