hi all,
i create a few buttons dinamic by the xaml.cs .
i can't set any id or uniq name property for every button.
is this possible?
Button b = new Button();
b.SetValue(Button.NameProperty, "btn");
Software EngineerAprimo, IncPlease remember to mark the replies as answers if they answered your question