dinamic create
Last post 05-11-2008 1:05 PM by sladapter. 1 replies.
Sort Posts:
05-11-2008 6:09 AM
dinamic create

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?

 

 

josh100

Joined on 05-11-2008
Posts 4
05-11-2008 1:05 PM
Marked as Answer
Re: dinamic create

 Button b = new Button();

b.SetValue(Button.NameProperty, "btn");

 

Software Engineer
Aprimo, Inc

Please remember to mark the replies as answers if they answered your question

sladapter

Joined on 03-05-2008
Indiana, US
Posts 404