Exemplo n.º 1
0
 public ColumnCellTextAccessible (object bound_object, ColumnCellText cell, ICellAccessibleParent parent): base (bound_object, cell as ColumnCell, parent)
 {
     Name = cell.GetTextAlternative (bound_object);
 }
Exemplo n.º 2
0
 public ColumnCellTextAccessible(object bound_object, ColumnCellText cell, ICellAccessibleParent parent) : base(bound_object, cell as ColumnCell, parent)
 {
     Name = cell.GetTextAlternative(bound_object);
 }
Exemplo n.º 3
0
 public PodcastFeedView() : base()
 {
     renderer = new ColumnCellText("Title", true);
     column_controller.Add(new Column("Title", renderer, 1.0));
     ColumnController = column_controller;
 }