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?
            Asked
            
        
        
            Active
            
        
            Viewed 1,545 times
        
    1 Answers
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.
- 
                    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