J
Jason Jacob
To all
I've posted a similar post earlier.
From the last post, I knew that .NETCF doesn't support scrollable
panes to Panel and many other controls (except TextBox, ComboBox)
To make the Panel "Scrollable", you'll need to customize it with a
VScroll Control (ie. you need to write code to simulate changes in
the VScroll control and then move the contents of the Panel Control up
or down.... quite complicated, but workable)
The problem is that I need lots of such "Controls" in my App, so is it
more practical to code that "Control" into some User-Controls (eg. OCX
objects, so that it's reusable)
If so, any help or guide on this topic ?? The contents of the
"Control" should be dynamic (at least I should have the rights to
alter its contents.... a complicated matter...)
Thanks!
From Jason (Kusanagihk)
I've posted a similar post earlier.
From the last post, I knew that .NETCF doesn't support scrollable
panes to Panel and many other controls (except TextBox, ComboBox)
To make the Panel "Scrollable", you'll need to customize it with a
VScroll Control (ie. you need to write code to simulate changes in
the VScroll control and then move the contents of the Panel Control up
or down.... quite complicated, but workable)
The problem is that I need lots of such "Controls" in my App, so is it
more practical to code that "Control" into some User-Controls (eg. OCX
objects, so that it's reusable)
If so, any help or guide on this topic ?? The contents of the
"Control" should be dynamic (at least I should have the rights to
alter its contents.... a complicated matter...)
Thanks!
From Jason (Kusanagihk)