Thank you for coming back to me, i really appreciate it!
What i have built is the following:
0. I have a textbox where a user types in words (strings).Please note, I never know how many strings the user types in.
1. the strings are added both to an array and i give the user a chance to see what they have already typed in. This is where i use the ListBox to display the list of strings. This choice came to me naturally, because there is a scrollbar built in, which makes it easy to browse (it is a pity there is no horizontal scrollbar, but i can live with it by extending the list wide enough so that 99% of words fit in), but the problem is i detest the way the vertical scrollbar looks like. I do need it though in case the list is too big, then scrolling is essential to browse the content.
2. the user also has a chance to remove something from the array, which they see in the ListBox.
3. then my game begins.
Therefore i need something that displays my array as a list with easy add/remove method, just to clarify I use only a 1d array. I have everything working the way i want to, expect i cannot tolerate how crude the scrollbar looks. Styling the list items is fine, i cannot do anything to that scrollbar though.
I am open to alternative suggestions. However, the only thing i need is to style that "bloody" scrollbar. If something is not completely clear for any possible reason, i can post my capx shortly as i am now crushing out.
Looking forward to your reply!