Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a System.Windows.Forms ListView Control in LargeIcon View and the text of the elements is displayed weirdly left-aligned. I found so far no property for the ListView Control to align the text of the ListViewItems middle or middlecenter. I have no columns in my ListView and no subitems to manage this through the header property (because of the LargeIcon View).

How would I allow the user to move a ListViewItem to another position within my ListView? Somehow all the items seem to be auto-snapped, doesn't matter if I use AutoArrange or not. If I don't use AutoArrange the ListViewItems are just aligned left and only the very left border of the ListView is being used for displaying the items and a long vertical scrollbar appears (not intended). However in both cases the user seems not to be able to move a LargeIcon Item to another position within the ListView. All Items are fixed to their positions. Any ideas on how to change this behaviour?

share|improve this question
For the first part of my question I found the answer: The listView StateImageList property was specified. If this is the case, the text alignment goes weird. I deleted the property and the text alignment got fixed. But I still can't move my ListView Items to another position within the listView. – feedwall Jun 23 '12 at 15:36

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.