| | |
| | | }
|
| | | //场景图片
|
| | | var frameContr = new ScenePictrueControl();
|
| | | listView.AddChidrenFrame(frameContr);
|
| | | listView.AddChidren(frameContr);
|
| | | frameContr.InitControl(data);
|
| | |
|
| | | var btnSelect = new IconViewControl(58);
|
| | |
| | | btnSelect.SelectedImagePath = "Item/ItemSelected.png";
|
| | | btnSelect.X = Application.GetRealWidth(887);
|
| | | btnSelect.Y = Application.GetRealHeight(35);
|
| | | frameContr.AddChidren(btnSelect, ChidrenBindMode.BindEventOnly);
|
| | | frameContr.AddChidren(btnSelect, ChidrenBindMode.BindEvent);
|
| | | if (dicSelectScene.ContainsKey(data.Id) == true)
|
| | | {
|
| | | btnSelect.IsSelected = true;
|