Questions tagged [xamarin.forms-styles]

Style formatting and style-based questions in Xamarin.Forms projects.

40 questions
31
votes
5 answers

Button text always showing in uppercase

In my xamarin forms project button text are always show in uppercase format. But I am providing upper and lower case letters in xaml. When I build the solution all the letters are changed to uppercase.
Sreejith Sree
  • 3,055
  • 4
  • 36
  • 105
14
votes
5 answers

Setting Grid RowDefinitions/ColumnDefinitions properties in a style

Suppose that you have 2 or more grids that share the same structure (Rows/Columns count and properties are equal). Is it possible to create a Style and set RowDefinitions/ColumnDefinitions? I have tried that. But I get this exception when the…
Hadi Fooladi Talari
  • 1,180
  • 1
  • 13
  • 36
6
votes
2 answers

Xamarin Forms Styles - Support multiple target types

I have recently updated to very latest Xamarin forms pre release 4.2 version. One notable breaking change I have encounter is - Say I have the following Style: