Wanted controls...

time to read 1 min | 194 words

I'm currently developing an application that need to display source code (XML & Sql).

Most of the works goes into the UI, I rarely touch the back-end, just put stuff in the UI to make it nicer to work with the application.

I desperately need stable control for source editing (syntax highighting a must, code completion would be nice.)
Currently I'm at a loss.

I tried RichTextEditor and ICSharpCode.TextEditor but both doesn't work for me.
I need a configurable editor that can handle XML, C# & SQL, support word-wrapping (where ICSharpCode.TextEditor failed) and that I can actually understand how to use (Which was the deciding point of not using RichTextEditor).

I would've gone with ScintillaNET but while I'm certain that it can support my needs, there isn't any documentation about using it.

The second control that I need is a TreeListView (you know, a tree with columns) but all the controls that I've found so far were buggy. (I tried everything that I found in Code Project

These UI problems are holding me from going on with the interesting stuff :-(