tabs - Create custom TabItem in WPF -


i want create custom tabitem in project treeview , stackpanel inside tab item. new wpf. please suggest me how can done.

regards.

<tabcontrol>     <tabitem>         <dockpanel>             <treeview/>             <stackpanel />         </dockpanel>     </tabitem> </tabcontrol> 

Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

c# - Binding attached property to IEnumerable -