From: Liberado27 on
Hi!

Is there any example of adding a VScrollBar to a Label? I'm using windows
mobile 5.0 and netCF 2.0. Maybe creating a custom object with a label and a
VScrollBar or adding to the form a label and a VScrollBar.

I don't know how to manage the Scroll event.

Thanks!
From: Liberado27 on
Ok.

I solved this problem putting a label inside a panel, and changing the
autoscroll panel's property to true.

Thanks!

"Liberado27" wrote:

> Hi!
>
> Is there any example of adding a VScrollBar to a Label? I'm using windows
> mobile 5.0 and netCF 2.0. Maybe creating a custom object with a label and a
> VScrollBar or adding to the form a label and a VScrollBar.
>
> I don't know how to manage the Scroll event.
>
> Thanks!