Example #1
0
 public CategoryCell()
 {
     if (Device.OS == TargetPlatform.Windows || Device.OS == TargetPlatform.WinPhone)
     {
         Height = 50;
     }
     else
     {
         Height = 44;
     }
     View = new CategoryCellView();
 }
 public CategoryCell()
 {
     Height = 44;
     View   = new CategoryCellView();
 }