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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -