TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
xu
NA
6
0
How to insert a new row at the given position in a Grid?
Sep 8 2009 9:49 PM
Hi,everyone. I have got a problem when used the Grid.RowDefinitions.Insert() method to add a new row at a given position. Each time I used the Insert(int index, RowDefinition value) method,it only added a new row at the last!The first parameter(index) seems to do not work! How can I do this? or is there any other property should to be set before uses this method? could you help me? Thank you!
Reply
Answers (
2
)
markup data in application
How can I get the index of a selected row in a Grid control?