Exemplo n.º 1
0
 public static void FormList(QGroupedListView table)
 {
     table.SetBackgroundColor(Theme.Colors.BG);
     table.PlatformView.SeparatorStyle  = UIKit.UITableViewCellSeparatorStyle.SingleLine;
     table.PlatformView.SeparatorColor  = RGB.RGBA(74, 82, 89, 0.2f).ToColor();
     table.PlatformView.AllowsSelection = false;
 }
Exemplo n.º 2
0
 public static void FormList(QGroupedListView list)
 {
 }