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
Marco Morgia
1.7k
69
1.5k
Uniformgrid panel visible always
May 25 2021 3:56 PM
Hello everybody,
I would need to create a component that accepts a row and column layout as input
(2 rows and 2 columns, 3 rows and 3 columns, etc.).
So I took a listview and as itempaneltemplate I use a uniformgrid.
When I add an element to the listview (which is a usercontrol, added via a datatemplate) it is set according to the uniform grid layout.
What I can't implement is that when I set up a layout, I would like the boxes that will then be filled by my user control at runtime to be visible even when the listview is empty.
Reply
Answers (
0
)
Is it possible to add another Windows form inside MainWindow form ?
How to create checkbox dynamically in WPF.