Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
920
using TabGroupPane
posted

I am using Infragistics 12.2 TabGroupPane with out using XamDockManager. The pins are disabled on the TabGroupPane. I want to enable the pins on the TabGroupPane. How can I do this?

<UserControl x:Class="NavigationPanelView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:igWPF="http://schemas.infragistics.com/xaml/wpf"
<igWPF:TabGroupPane TabStripPlacement="Top" SelectedIndex="0" HorizontalContentAlignment="Stretch" >
<igWPF:ContentPane ...
...
</igWPF:ContentPane>
<igWPF:ContentPane ...
...
</igWPF:ContentPane>
</igWPF:TabGroupPane>
</UserControl>

Thank you,

L

Parents Reply Children