为什么在DotNetBar中新添加的Button需要鼠标移过去下才能显示?
发布网友
发布时间:2024-05-01 22:22
我来回答
共2个回答
热心网友
时间:2024-11-16 16:44
陈太丘和朋友预先约定好一起出行,预定在中午时分,约定的时间过了朋友却没有到,陈太丘便不再等候友人而离开了。当他离去以后,他的朋友才来到。
是离开的意思ButtonItem a;
foreach (DBManage.Model.GameCate gameCateMode in gameCateList)
{
a = new ButtonItem("gameCate_"+gameCateMode.CateID, gameCateMode.CateName);
itemContainer_GameLook.SubItems.Add(a);
}
有可能你是加错了事件.像你这样添加button的操作,一般放在窗体构造函数中
热心网友
时间:2024-11-16 16:44
有可能你是加错了事件.像你这样添加button的操作,一般放在窗体构造函数中