I am designing a win form for a soft copy of a book. The problem is that the book is a diglot (in two different languages) edition and I need to give 2 columns in a single textbox. Currently i have not provided any column but a radio button to select the language.
But I think it would be better to provide a single textbox with a column for each language. Also there is some text in the book which is available in only one language so I need to provide columns in certain parts of the text. The columns should refer to different rtf files. I tried with two different textboxes with synchronized scroll bars but it didn't work well. Creating columns in rtf file does not create columns in richtextbox.
Any ideas as to how I should proceed. Is there a third party tool available to provide me with such flexibility.