amitairoa Posted August 2, 2009 Posted August 2, 2009 (edited) Tabs to right Hi! I have a tab control in a WPF application in Expression Blend 2. I want that the tabs should be on the right side, not the left, like they are by default. How do I do this in WPF/Expression Blend? Thanks! Edited August 2, 2009 by amitairoa Quote
Administrators PlausiblyDamp Posted August 3, 2009 Administrators Posted August 3, 2009 Re: Tabs to right Add TabStripPlacement="Right" to the element in the xaml markup and it should solve your problem. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.