Hi
Anirudhan,
thanks for your reply.
I have it currently working as you showed in your sample in Solution Explorer.
But i want to have some information displayed above the TabControl, which should belong to the same User Control.
So i see 2 Options:
1. Have a Stackpanel inside the grid
2. have a grid with 2 rows and put the Tabcontrol with the treeview into the second row
Regardless what i do, the Treeview doesn't show a Scrollbar anymore.
to reprodice, just put the TabControlExt in SolutionExplorerView inside a StackPanel and
have e.g a Label in front of the Tabcontrol.
the result is this:
The Treeview control is no longer sizing to the region and no scrollbar is shown.
If you remove the Stack Panel, everything is ok.
But how to display then content above or below the Tabcontrol?
thanks,
Helmut