I would like to know how can i implement a sidebar control for a smart content with the same style (color & control) of the image editor of wlw!
Thanks, Fulvio
I would like to know how can i implement a sidebar control for a smart content with the same style (color & control) of the image editor of wlw!
Thanks, Fulvio
Interface coherence
Maverick Luk
As an afterthought, if you check out my most recent blog entry at http://scottisafooldev.spaces.live.com you will see what I mean. The side bar for my Feed Reader plugin is just using basic C# components in it.
bubu
In my Plugin I have mimicked the interface.
http://www.codeplex.com/Wiki/View.aspx ProjectName=CSGalleryPluginWLW
Feel free to download the sources from CodePlex.
Jernej Kase
When you add a sidebar component (just a user control in Visual Studio), the sidebar will automatically take on the blue colour plus the other stylings as long as you're using the defaults (I must admit I don't know what it's like if you don't use the defaults).