Exemple #1
0
 public bool FindChildPosition(View child, Tizen.NUI.BaseComponents.TableView.CellPosition position)
 {
     return(tableView.FindChildPosition(child.view, position));
 }
Exemple #2
0
 public void SetCellAlignment(Tizen.NUI.BaseComponents.TableView.CellPosition position, HorizontalAlignmentType horizontal, VerticalAlignmentType vertical)
 {
     tableView.SetCellAlignment(position, horizontal, vertical);
 }
Exemple #3
0
 public View RemoveChildAt(Tizen.NUI.BaseComponents.TableView.CellPosition position)
 {
     return(BaseHandle.GetHandle(tableView.RemoveChildAt(position)) as View);
 }