Dragablz
Dragablz copied to clipboard
Dragable and tearable tab control for WPF
Xaml: ```xaml ``` There is one floating item in the MDI container, and have been clicked to focus on. If I add new item with the following code: ```cs MdiLayout.FloatingItems.Add(node);...
I'm currenty trying to use a `Layout` component to display a list of models inside my application. Applying these to the `FloatingItemsSource` property in itself works but then I encountered...
I'm using dragablz with material design, I want to have a toggle button in the header of a tab item, however because the tab item gets wrapped in a DragablzItem...
When databinding to the SelectedIndex property in **TabablzControl**, **it catches all exceptions that get thrown deeper in the call stack** into the bound property. In my case, I have bound...
I have a problem involving moving window with tab. In my app I have one tab that is fixed (FixedHeaderCount=1). User can add/remove aditional tabs. I dont want tabs to...
The base version of the tabs control will create tab rows by default as the tabs overflow the window. I believe this is an important thing to have when working...
so its my first time using this so i wanted to tet how it works. i copy patsed the sample code and when i run it it works. bu the...
Is there documentation for each class? I tried in the documentation, but couldn't find it.
Hello, I've integrated your control to my wpf mvvm application. Everything is perfect. The only problem is I can't add a new tab at a specific position. For example my...