Home All Groups Group Topic Archive Search About

GDI+ Rendering Text and scrolling

Author
5 Apr 2006 10:32 AM
Michael Pine
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 ?

Author
5 Apr 2006 2:13 PM
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

Show quoteHide quote
"Michael Pine" <MichaelP***@discussions.microsoft.com> wrote in message
news:0AA52970-2357-44D3-9A34-7516D27069B0@microsoft.com...
> 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
> ?