disappearing scroll bars in CF V2

  • Thread starter Thread starter Joseph Byrns
  • Start date Start date
J

Joseph Byrns

I am using VS2003 for development and an HP hw6515 PDA, when using the CF V1
I get scroll bars on the form automatically when controls are placed outside
the viewable area (presumably a feature of the hw6515, likely due to it's
smaller screen size). When I use the CF v2 the scroll bars disappear, is
there any way of getting them back?

Joseph
 
There is no AutoScroll property, I am using VS 2003 for development. I
don't have access to 2005.
 
So you are using CF 2.0 with VS.NET 2003? That is not possible.

Do you mean that you built an app against CF 1.0 in VS.NET 2003 *but* you
also have CF 2.0 on the device? In that case, make sure your app (by using
the config file) is either
running against the v1 runtime
or that is is
running against v2 in compatibility mode.

The first option should just work and I suspect that would be msft's reply
to you.

The second option should also work in my opinion but it depends how
"compatibility" is defined. E.g. I have raised a similar issue here:
http://www.danielmoth.com/Blog/2005/08/bug-in-substring-under-netcf.html

Cheers
Daniel
 
Yes, CF2 on device and building against v1 in 2003. Anyway running in
compatibilty mode solved the problem.

Thanks again,

Joseph.
 
Back
Top