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
try abc
1.4k
306
486.9k
Problem with ListVew Enable Property
Feb 8 2008 7:55 AM
Hello all,
I have used the Following code...
if (flag == true)
{
((ListView)cntrl).Enabled = false;
((ListView)cntrl).BackColor = Color.White;
}
else
{
((ListView)cntrl).Enabled = true;
}
After enabling Listview to false, the backcolor changes to Default Control. instaead of white which i set... what is happninh here.. does any perooprty is remaining to change???
Actually i want to make the ListView REadonly.. But i didnt find any read only proprty.. Does Anybody knows how to solve this.. PLz REply..
Reply
Answers (
0
)
undo and redo
How do i programically scroll with the mouse.