change the ListBox of the languages tab in the DbEditor to something that has two columns? I'd like to try it myself but I'm not sure what to use, a quick google search came up with DataTable, should I use that?
That's what I tried but then you have 2 scroll bars and they don't scroll at the same time ![]()
Also funny this got 50 views and not a single one suggested something ![]()
Use a different control? GridView? Or just use a custom rendering for the listbox.
'kay I'll look into it. It's funny how I start with "I'm going to try and make some changes myself instead of annoying Spodi
" and after 10 minutes I get so confused about all the code it drives me crazy ![]()
That's where I'm at. ![]()
You also could have just set the two list boxes to sync scroll value when one is changed no?
Anyway, just use a ListView, and set it to Detail view. Kinda a pain adding stuff to em, but it's not too bad.
...Two listboxes?