James Willock

Results 19 comments of James Willock

Hi, if you've added locally, do you want to raise a PR?

Hi, You can raise a PR for this, and I will test it in the main Dragablz demo...effectively I shouldnt see any change to how those tab controls work.

Have you looked at this method? https://github.com/ButchersBoy/Dragablz/wiki/Adding-New-Tabs#2---tabablzcontroladditem

Yes...I would like to do this..at some point...but it has it's complexities so there are other issues I will be tidying up first.

Hi...a quick work around is to just put your tab content in a UserControl, and work with that in its own designer window

Yes, currently by design, as this can drastically slow things down as layout/measuring rendering processes kick in.

It doesn't really make sense to have a disabled tab...imagine you have two tabs, 1 disabled which you can't get at. If you drag the second tab out into another...

Hi, Can you please post a small example GitHub repository.

Hi, Some of the less common styles I'm implementing on demand, so now you've asked I'll try and get to it shortly.

Currently we have the `PositionMonitor` which allows communication back to view models without having to use the said pattern (.Interactivity, or whatever). I will expand this t provide more information....