How would I...

7 replies [Last post]
Posts: 1003
CP: 7799

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?

Posts: 226
CP: 0

...Two listboxes? Laughing out loud

Posts: 1003
CP: 7799

That's what I tried but then you have 2 scroll bars and they don't scroll at the same time Tongue

Also funny this got 50 views and not a single one suggested something Sad

Posts: 1647
CP: 26119

Use a different control? GridView? Or just use a custom rendering for the listbox.

Posts: 1003
CP: 7799

'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 Laughing out loud " and after 10 minutes I get so confused about all the code it drives me crazy Sad

Posts: 135
CP: 0

That's where I'm at. Smile

Posts: 36
CP: 0

You also could have just set the two list boxes to sync scroll value when one is changed no?

Posts: 226
CP: 0

Anyway, just use a ListView, and set it to Detail view. Kinda a pain adding stuff to em, but it's not too bad.