WPF Styles for TabControl / TabPanel / TabItem

后端 未结 2 1460
悲&欢浪女
悲&欢浪女 2021-02-09 00:17

Here\'s a newbie question on the WPF TabControl, TabItem and TabPanel. There is a related question on StackOVF with an answer I happily used in my app. Here\'s a link to the ans

2条回答
  •  情歌与酒
    2021-02-09 00:49

    You'll probably need to create a ControlTemplate to do this.

    I'm not very familiar with ControlTemplates yet. I hacked this example from: http://msdn.microsoft.com/en-us/library/system.windows.controls.primitives.tabpanel.aspx

    
    

提交回复
热议问题