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
Amit Padhiyar
1.3k
448
6.5k
How to set padded / wrap textblock on grid with column and row in WPF
Sep 12 2020 8:10 AM
Padded textblock with new row on grid WPF.
I try to set this like below code but it is not enough for me. See below code.
TextBlock TB = new TextBlock();
TB.Text = "Too long long long long text....";
Grid.SetColum(TB,4);
Grid.SetRow(TB,1);
Grid.SetColumnSpan(TB, 3);
Grid.SetRowSpan(TB,2);
Grid.Children.Add(TB);
Show me some solution if anyone have.....
Reply
Answers (
1
)
The calling thread cannot access this object because a different threa
MVVM light (Installing and running MVVM light