In windows forms ,how can I bring the default scroll bar inside the listview.
开发者_Go百科Please refer image attached.
Did you try
listView.Scrollable = true;
?
In windows forms ,how can I bring the default scroll bar inside the listview.
开发者_Go百科Please refer image attached.
Did you try
listView.Scrollable = true;
?
精彩评论