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# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -