| | |
| | | btnName.TextSize = 15;
|
| | |
|
| | | //开关
|
| | | var btnSwitch = row.AddMostRightEmptyIcon(104, 63);
|
| | | row.ChangedChidrenBindMode(btnSwitch, ChidrenBindMode.NotBind);
|
| | | btnSwitch.UnSelectedImagePath = "Item/Switch.png";
|
| | | btnSwitch.SelectedImagePath = "Item/SwitchSelected.png";
|
| | | var btnSwitch = row.AddMostRightSwitchIcon();
|
| | | btnSwitch.ButtonClickEvent += (sender, e) =>
|
| | | {
|
| | | btnSwitch.IsSelected = !btnSwitch.IsSelected;
|
| | |
| | | btnName.TextSize = 15;
|
| | |
|
| | | //右图标
|
| | | row.AddRightIconControl();
|
| | | row.AddRightArrow();
|
| | |
|
| | | var memberShardInfo = new MemberShardInfoData();
|
| | | row.ButtonClickEvent += (sender, e) =>
|