*Experts* DiverDan Posted September 29, 2003 *Experts* Posted September 29, 2003 How can I move a Listview column from index 2 to index 4 via code. Thanks Dan Quote Member, in good standing, of the elite fraternity of mentally challenged programmers. Dolphins Software
*Gurus* divil Posted September 29, 2003 *Gurus* Posted September 29, 2003 This isn't possible with the managed listview wrapper - unfortunately they missed this functionality out in .NET 1.0 and 1.1. I have some code written in C# that uses interop to switch column indexes around, if you want it. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
*Experts* DiverDan Posted September 29, 2003 Author *Experts* Posted September 29, 2003 Thanks divil, I also found another way around this problem. It would have been a lot simplier if this method was avaliable with managed code. Thanks again Dan Quote Member, in good standing, of the elite fraternity of mentally challenged programmers. Dolphins Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.