Header button / sorting change popups
-
sabato 31 marzo 2012 12:07Hello, the navigation guidelines suggest using a header button (with a small arrow), which lists available views and a Home link. A similar control is to be used for sorting order. However, I haven't found any samples following these guidelines (yet). What is the suggested approach to implementing these controls? A button with a Segoe UI Symbol glyph attached, which displays a popup menu? Or a styled combo box? Or...?
I'd be grateful for any tips and/or a XAML/C# sample link :) Thanks.
Tutte le risposte
-
martedì 3 aprile 2012 13:56I wonder about this too? I've not found such control and suspect its really just a button control in the end.
-
mercoledì 4 aprile 2012 04:01Moderatore
The navigation guidelines are not framework specific and don't refer to specific controls but to patterns which can be implemented through other controls. There are a number of ways you can implement it, but a styled ComboBox is probably the most straightforward in Xaml
--Rob
- Modificato Rob CaplanMicrosoft Employee, Moderator mercoledì 4 aprile 2012 04:02
- Proposto come risposta Rob CaplanMicrosoft Employee, Moderator mercoledì 4 aprile 2012 15:27
- Contrassegnato come risposta Bob_BaoMVP, Moderator lunedì 9 aprile 2012 16:08
-
mercoledì 4 aprile 2012 15:21
Can I take this opportunity to say how much I miss the Expander? Hiding the textbox in a combobox just seems like such a kludge...
Rebecca M. Riordan

