C# language: How to freeze listview control in windows form?
Posted
by aYa
on Stack Overflow
See other posts from Stack Overflow
or by aYa
Published on 2010-05-14T11:05:45Z
Indexed on
2010/05/14
11:24 UTC
Read the original article
Hit count: 201
hello,
i need to freeze certain columns in listview so when the user scrolls horizontally the frozen columns will not be affected (like in excel) but there is no frozen(bool) property like that in datagrid. Can this be done in listview control? Thanks
© Stack Overflow or respective owner