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

c++ - error: use of deleted function -

Cursor error with postgresql, pgpool and php -

iphone - Request for member 'uitextfield' in something not a structure or union? -