Using the same style in many listviews
Posted
by Erik
on Stack Overflow
See other posts from Stack Overflow
or by Erik
Published on 2010-03-28T12:56:04Z
Indexed on
2010/03/28
13:03 UTC
Read the original article
Hit count: 337
wpf
I want to use the same style in many listviews. And in my style i have defined the gridview columns also.
But when i try to run, it throws an exception:
View can't be shared by more than one ListView.
How can i solve this?
© Stack Overflow or respective owner