0

How could I give a panel or any other control the style of a TabControl (the control itself, not the tab pages). What I mean is to give a control a border, then a shadow effect, and a gradient background color?

user1108076
  • 81
  • 1
  • 9

1 Answers1

0

You can take a look at control template for TabControl (how to get default control templates - Control template for existing controls in WPF) and create appropriate styles/control templates for your controls.

Community
  • 1
  • 1
Nikolay
  • 3,658
  • 1
  • 24
  • 25
  • I don't know much about WPF, would I have to learn that to do this? I do want to learn WPF but would rather have a quicker alternative at the moment. – user1108076 Apr 13 '12 at 14:10