More styling
This commit is contained in:
@ -4,3 +4,8 @@
|
||||
vertical-align: middle;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
HeaderLaberStyle {
|
||||
text-align: left;
|
||||
color: red;
|
||||
}
|
||||
|
@ -14,10 +14,17 @@
|
||||
SelectionEnabled="True"
|
||||
RowHeight="30"
|
||||
BorderColor="#3a3a3a"
|
||||
HeaderFontSize="14"
|
||||
HeaderHeight="45"
|
||||
HeaderTextColor="White"
|
||||
BorderThickness="0"
|
||||
HeaderHeight="40"
|
||||
HeaderBackground="#222222">
|
||||
<dg:DataGrid.HeaderLabelStyle>
|
||||
<Style TargetType="Label">
|
||||
<Setter Property="HorizontalOptions" Value="Start"/>
|
||||
<Setter Property="FontSize" Value="14"/>
|
||||
<Setter Property="TextColor" Value="White"/>
|
||||
</Style>
|
||||
</dg:DataGrid.HeaderLabelStyle>
|
||||
|
||||
<dg:DataGrid.GestureRecognizers>
|
||||
<TapGestureRecognizer
|
||||
NumberOfTapsRequired="2"/>
|
||||
@ -59,6 +66,7 @@
|
||||
</DataTemplate>
|
||||
</dg:DataGridColumn.CellTemplate>
|
||||
</dg:DataGridColumn>
|
||||
|
||||
<dg:DataGridColumn
|
||||
Title="Artist"
|
||||
PropertyName="Metadata.Artist"
|
||||
|
Reference in New Issue
Block a user