Click here to Skip to main content
15,917,610 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: VS 2008 Pin
Super Lloyd6-Aug-09 2:05
Super Lloyd6-Aug-09 2:05 
GeneralRe: VS 2008 Pin
arkiboys6-Aug-09 2:06
arkiboys6-Aug-09 2:06 
AnswerRe: VS 2008 Pin
Amit Rai Sharma7-Aug-09 0:21
Amit Rai Sharma7-Aug-09 0:21 
GeneralRe: VS 2008 Pin
arkiboys7-Aug-09 6:10
arkiboys7-Aug-09 6:10 
Questionhow to set relative image path of image source from style Pin
salon5-Aug-09 4:25
salon5-Aug-09 4:25 
AnswerRe: how to set relative image path of image source from style Pin
Mark Salsbery5-Aug-09 6:09
Mark Salsbery5-Aug-09 6:09 
AnswerRe: how to set relative image path of image source from style Pin
Michael Sync6-Aug-09 6:24
Michael Sync6-Aug-09 6:24 
QuestionHow to get the description of an item in RSS feeds Pin
Nekkantidivya5-Aug-09 3:10
Nekkantidivya5-Aug-09 3:10 
AnswerRe: How to get the description of an item in RSS feeds Pin
Michael Sync6-Aug-09 7:49
Michael Sync6-Aug-09 7:49 
QuestionBinding Listbox to list of object Pin
sunit_825-Aug-09 3:00
sunit_825-Aug-09 3:00 
AnswerRe: Binding Listbox to list of object Pin
Mark Salsbery5-Aug-09 6:22
Mark Salsbery5-Aug-09 6:22 
GeneralRe: Binding Listbox to list of object Pin
sunit_825-Aug-09 19:16
sunit_825-Aug-09 19:16 
GeneralRe: Binding Listbox to list of object Pin
Mark Salsbery6-Aug-09 6:46
Mark Salsbery6-Aug-09 6:46 
AnswerRe: Binding Listbox to list of object Pin
nizam babu30-Aug-09 22:43
nizam babu30-Aug-09 22:43 
QuestionSimple custom Control Question Pin
ErickTreeTops4-Aug-09 21:04
ErickTreeTops4-Aug-09 21:04 
AnswerRe: Simple custom Control Question Pin
#realJSOP4-Aug-09 22:45
professional#realJSOP4-Aug-09 22:45 
AnswerRe: Simple custom Control Question Pin
Mark Salsbery5-Aug-09 9:36
Mark Salsbery5-Aug-09 9:36 
QuestionWindows vista MenuItem Pin
yanairon4-Aug-09 3:47
yanairon4-Aug-09 3:47 
AnswerRe: Windows vista MenuItem Pin
Super Lloyd6-Aug-09 1:54
Super Lloyd6-Aug-09 1:54 
GeneralRe: Windows vista MenuItem Pin
yanairon9-Aug-09 1:15
yanairon9-Aug-09 1:15 
GeneralRe: Windows vista MenuItem Pin
Super Lloyd9-Aug-09 1:45
Super Lloyd9-Aug-09 1:45 
It's the way the menu behave!
How is it done and different depending on the platform in WPF?

Well, WPF ship with a few build-in theme. Aero is the vista look, Luna is the XP look (if I'm right).
Then the theming capabilities of WPF choose the appropriate default look for the OS.


If you want your menu to look always the same you got to either of:
1. fix the theme so that it doesn't change with the OS
2. or simply set up a MenuItem style in your App.config.

Fix the theme will ensure that your app looks the same whatever the UI and will get you a deeper understanding of what's going on. (As writing a them is huge undertaking, better re-us an existing one).

Write a custom MenuItem style is a less general solution (it will only make the menu similar, but the you'll got the same problem for scrollbar, button, combobox, etc.....)

A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station....
_________________________________________________________
My programs never have bugs, they just develop random features.

GeneralRe: Windows vista MenuItem Pin
yanairon9-Aug-09 3:21
yanairon9-Aug-09 3:21 
QuestionSlow WPF performance. Please Help Pin
Etienne_1234-Aug-09 0:56
Etienne_1234-Aug-09 0:56 
AnswerRe: Slow WPF performance. Please Help Pin
#realJSOP4-Aug-09 1:06
professional#realJSOP4-Aug-09 1:06 
GeneralRe: Slow WPF performance. Please Help Pin
Etienne_1235-Aug-09 2:32
Etienne_1235-Aug-09 2:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.