通过Itemontrol,ListBox,ListView等控件都能动态生成子元素。
下面是转换示例代码:
Button btn = new Button(); ToolTipBehavior behavior = new ToolTipBehavior(); behavior.Category = "Informational"; Interaction.GetBehaviors(btn).Add(behavior);
为什么要转成后台代码,后台代码写起来更复杂。