Showing posts with label WPF Styles. Show all posts
Showing posts with label WPF Styles. Show all posts

Monday, August 10, 2009

WPF : Styling a Combobox, Button and Tabcontrol

Hi All,

I am still very much like a novice in my WPF skills. Still, I thought to share something useful with the world. I was looking to create a good looking Combobox style for my project. And (obviously after too much efforts), I created one. I know, it is simple but sometimes a novice like me tries to find an already build style so I thought I will post it here :

I created something like this :



You can download the complete project from here : Click here to download.

Please let me know if you have any questions or suggestions.

Thanks,
Vikas

Friday, April 24, 2009

Use WPF Themes and styles


WPF, the future of Window Forms and Programming, has some fantastic flexibility to create excellent styles and apply with an immense ease. Here is an example, we can apply the themes to our WPF UIs, and the theme will take care of styles of the components used in the window. See the following link:

WPF Themes Home. Samantha is great :)

Hope this helps!

Thanks,
Vikas