| | |
| | | frameTable.Height = Application.GetRealHeight(RowHeight * rowCount);
|
| | | frameTable.BackgroundColor = UserCenterColor.Current.White;
|
| | | frameTable.BorderColor = UserCenterColor.Current.Transparent;
|
| | | frameTable.Radius = 6;
|
| | | frameTable.Radius = (uint)Application.GetRealHeight(17);
|
| | | this.AddChidren(frameTable);
|
| | |
|
| | | if (titleText != null)
|
| | |
| | | //拥有标题
|
| | | listView.Y = Application.GetRealHeight(RowHeight);
|
| | | }
|
| | | listView.Radius = frameTable.Radius;
|
| | | listView.Radius = (uint)Application.GetRealHeight(17);
|
| | | frameTable.AddChidren(listView);
|
| | |
|
| | | //三角形图标
|