Any tricks to achieve below ?
1) add more than 4 AppBarButton in PrimaryCommands ?
2) change the primary AppBarButton icon with custom icon ?
3) add custom icon to SecondaryCommands
Related
I was wondering is it possible in react-native to when doing a search to search icon at the bottom corner like instagram.
Also is it possible using TextInput native Component
Like this:
You need to add returnKeyType as 'search' for your required keyboard.
How do you declar the Button in Xamarin Forms to be a pill button regardless of the width/height of the button? Is there a way to do this without resorting to native custom renderers? I would like to do this 100% in XAML.
You can specify the BorderRadius property on the Button to round the corners to look like a pill.
It's not possible without custom renderers. But here's a nice article about it: http://www.wintellect.com/devcenter/jprosise/supercharging-xamarin-forms-with-custom-renderers-part-2
I'm trying to create a app bar in Winrt app on top with, maybe, a ComboBox. I want to do like "Bing Sport" App in Windows 8. Like :
http://i.imgur.com/5XNjYAe.png
http://i.imgur.com/CO0dV6H.png
What's the best way to do that?
Thanks
I think the best way is write your own code.
1) Create a AppBar.
2) Create a first StackPanel for Menu with Icons(set Orientation to Horizontal)
3) Then Menu Items as Grid's or StackPanel's
4) Add a Grid or StackPanel for slide content.(set visibility to collplased)
5) Handle a Click's events. OnClick Item with Arrow do: "change clicked event style", "set item with slide content Visibility to Visible", "Add Items"
I am developing a windows 8 metro app in which I styled my Xaml listview using StandardStyles.Xaml and changed its Selection color. Now I want to alter it like to change its selection color based on windows theme. ie) If you are changing to a theme in windows 8 its corresponding listview also will change its selection color. Ex): PC Settings. how can I get this? also I want to hide the selection tick mark in listview if possible?
Is it possible to show application bar in windows phone 7 or higher at the top of application rather than at the bottom and also customizing the application bar. i-e.
Icon1 Icon2 Some text Icon3 Icon4.
No. The application bar supports very little customization.
The only things you cna customize are the number of buttons (up to 4) and the color of the bar.
It is not possible to customize the position of the bar or combine icons and text.