Serious styling. Added data grid src for future modifications in performance

This commit is contained in:
watsonb8
2019-12-01 15:26:13 -08:00
parent 061adabff8
commit b60f2a4f47
26 changed files with 1332 additions and 34 deletions

View File

@ -14,7 +14,6 @@ ListView {
#GroupCell Label {
color: lightgray;
background-color: #232323;
font-size: 12;
font-family: Courier New, Courier, monospace;
font-style: italic;
@ -23,7 +22,6 @@ ListView {
#ItemCell label {
color: white;
background-color: #232323;
font-size: 15;
font-family: Courier New, Courier, monospace;
font-style: normal;

View File

@ -11,7 +11,6 @@
<StackLayout x:Name="Layout">
<ListView
x:Name="MenuItemsListView"
SeparatorVisibility="None"
HasUnevenRows="true"
IsGroupingEnabled="true"
RowHeight="35"

View File

@ -11,7 +11,6 @@ namespace Aurora.Design.Components.NavigationMenu
{
InitializeComponent();
ListView = MenuItemsListView;
}