Browse Source

Fixes the height from hiding the first character.

BDisp 4 years ago
parent
commit
623b6bf24b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      UICatalog/Scenarios/AllViewsTester.cs

+ 2 - 1
UICatalog/Scenarios/AllViewsTester.cs

@@ -228,7 +228,8 @@ namespace UICatalog {
 
 
 			Top.Add (_leftPane, _settingsPane, _hostPane);
 			Top.Add (_leftPane, _settingsPane, _hostPane);
 
 
-			_curView = CreateClass (_viewClasses.First ().Value);
+			// This is not needed because ListView always run the SelectedItemChanged event at first time
+			//_curView = CreateClass (_viewClasses.First ().Value);
 		}
 		}
 
 
 		void DimPosChanged (View view)
 		void DimPosChanged (View view)