![]() |
|
|
#1 |
|
Guest
Posts: n/a
|
Re: Inserting elements dynamically into the StackPanel in WPF
Hi All,
Is it possible to insert elements dynamically in between existing elements in a StackPanel in WPF?? Thanks, Sundar |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Re: Inserting elements dynamically into the StackPanel in WPF
Sundar,
I don't see why not. Just call the Insert method on the UIElementCollection exposed by the Children property. You can specify an index to insert at. The StackPanel should take care of the rest. -- - Nicholas Paldino [.NET/C# MVP] - mvp@spam.guard.caspershouse.com "sundarvenkata" <sundarvenkata@gmail.com> wrote in message news:1557fcea-2de9-4013-990d-a79de10b4364@i29g2000prf.googlegroups.com... > Hi All, > > Is it possible to insert elements dynamically in between existing > elements in a StackPanel in WPF?? > > Thanks, > Sundar |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|