GDI+ Rendering Text and scrolling

G

Guest

Does anybody have any experience with samples to point me to.

I am developing a little list, which renders the text using GDI which all
works ok, however I then need to be able to make the form/user control scroll
the text that is off the form client area into view, which I am not sure how
to do.

I cant use Autoscroll because these are not controls it is Text, am I better
off just using say the data grid control ? and let it take care of it all ?
 
V

Vijay

If it is single dimensional list.. i.e just one columns the idea would be to
use ListBox...DataGrid for multi-column list...,

VJ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top