Header button / sorting change popups
-
31 martie 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.
Toate mesajele
-
3 aprilie 2012 13:56I wonder about this too? I've not found such control and suspect its really just a button control in the end.
-
4 aprilie 2012 04:01Moderator
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
- Editat de Rob CaplanMicrosoft Employee, Moderator 4 aprilie 2012 04:02
- Propus ca răspuns de Rob CaplanMicrosoft Employee, Moderator 4 aprilie 2012 15:27
- Marcat ca răspuns de Bob_BaoMVP, Moderator 9 aprilie 2012 16:08
-
4 aprilie 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