Browse By Tags

  • TabControl Close button with CAL/Prism Regions

    I am trying to see if the XamlTabControl will work for my application which uses CAL/Prism.  It was quite easy to swap in to replace the standard TabControl and all things are function with respect to the visual affect of closing tabs, but I'm having a…

  • Using the xamTabControl as a Prism Region and Closing Tab Items

    The Microsoft TabControl is a popular control to use as a region in a WPF Prism application.  Unfortunately, the Microsoft TabControl comes with some limitations, such as the inability to close tab items.  If you want to close tab items in the Microsoft…

  • Add Custom User Control to XamTabControl Sample

    Hi,

    I need to create Tabs inside a tab control dynamically. Each Tab is a usercontrol with respective data. I guess it is simple if we use ItemTemplates. But I am not able to figure out how to make it work. Can anyone provide me with a simple sample…