Re: (VB6) How can I have a MultiColumn ListBox? (Emergency)
Now that we've helped you, you can help us by pulling down the Thread Tools menu and clicking the Mark Thread Resolved button which will let everyone know that you have your answer.
Re: (VB6) How can I have a MultiColumn ListBox? (Emergency)
I have faced a problem with ListView.
The ListView doesn't have a "Right-to-Left" property, and I want it to be "Right to Left", because my language is Farsi.
I'm getting frustrated. Isn't there a good Multi-Column Listbox in VB6?
Thank you
Originally Posted by javad2000
Thank you everybody.
I found the listview and I also think it's the best choice.
Re: (VB6) How can I have a MultiColumn ListBox? (Emergency)
That would help if I was a professional, but I'm not looking for API methods, I'm looking for an easy and clean way to show my multi-column data in a "List". So that the SelectionMode is "By Row".
Re: (VB6) How can I have a MultiColumn ListBox? (Emergency)
Originally Posted by MartinLiss
Are you willing to use a fixed width font like this one?
Yes, and I know how to use this method to make Signle-column Listboxes appear in "Multi-column" view, but I don't know which Farsi font is a 'fixed-width font'. I will ask it from my persian freids.
If there is a better way to make "multi-column" listboxes, please let me know.
Thank you
Last edited by javad2000; Dec 21st, 2006 at 05:33 AM.
Re: (VB6) How can I have a MultiColumn ListBox? (Emergency)
Originally Posted by javad2000
I have faced a problem with ListView.
The ListView doesn't have a "Right-to-Left" property, and I want it to be "Right to Left", because my language is Farsi.
I'm getting frustrated. Isn't there a good Multi-Column Listbox in VB6?
Thank you
Hello Compatriot
In the following thread @krool designed an upgraded version of ListView that supports unicode. It's free and opensource