Lines Matching refs:Add
12 UISwipeView继承UIViewGroup,除提供容器类组件Add、Remove、Insert等方法外还提供按页面滑动功能,滑动结束后当前页面居中对齐显示。该组件分为水平方向和垂直方向,通过A…
44 swipe->Add(button1);
48 swipe->Add(button2);
52 swipe->Add(button3);
71 swipe->Add(button1);
75 swipe->Add(button2);
79 swipe->Add(button3);
100 提供基础布局能力,可设置网格行数和列数,通过Add方法添加的子组件在调用LayoutChildren()方法后自动进行排列布局。
146 layout_->Add(bt1);
147 layout_->Add(bt2);
148 layout_->Add(bt3);
149 layout_->Add(bt4);