all groups > dotnet compact framework > february 2005 >
You're in the

dotnet compact framework

group:

ListView


ListView Veilchen
2/21/2005 11:21:01 PM
dotnet compact framework:
Hello,
My application needs a ListView, that:
* can disable the ScrollBar
* scroll can be maintained through a method
* has Colums (more than 1)
The SmartList of the OpenNetCF has all but the Columns.
The ListView cannot be scrolled by any other way but the ScrollBar.
Re: ListView Veilchen
2/22/2005 2:49:02 AM
Thank you Daniel, I wrote a similar code and it works.

[quoted text, click to view]
Re: ListView Daniel Moth
2/22/2005 10:11:21 AM
I have described an approach here:
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework/browse_frm/thread/f71fb66d7c258a1d/d771fcfeb1ece63d

By overlaying a scrollbar over the existing one you could even provide pgup,
pgdn buttons like this screenshot shows:
http://www.danielmoth.com/Blog/listviewPGUPDNstatusbarButtons.GIF

Cheers
Daniel
--
http://www.danielmoth.com/Blog/


[quoted text, click to view]
AddThis Social Bookmark Button