New Listview Library (with source)

D

Deleted member 103

Guest
Hi,
my first Library "Listview.dll", CF 2.0 is required.


Ciao,
Filippo
 

Attachments

  • ListView.dll.zip
    5.8 KB · Views: 142
  • SharpDevelop_Listview.zip
    39.5 KB · Views: 157
  • TestListview.zip
    7.1 KB · Views: 148

alfcen

Well-Known Member
Licensed User
Longtime User
Hi Filippo,

Grossartig! Eine echte Alternative zur Tabelle.

I tried your DLL and encountered no problems whatsoever.

Just two findings which do not diminish your work:
1. when you sort a column the listbox jumps to the leftmost column
2. any means of changing the color of each (odd) second row?

As I attempt to load your source in #develop I am told to check the
path in the import declaration. My .NET version is correct (2.0.50727.42)
Where would I look for the import path? Never before used #develop.

No hurry, your DLL is great as it is :sign0098:
 
D

Deleted member 103

Guest
Hi,

Library Listview.dll with new and modified funktionen.

New:
1. SetRowColor(cBeige,cSilver)
2. RemovCheckedRow
3. RemovAllRow

modified:
1. clear


Ciao,
Filippo
 

Attachments

  • Listview.dll.zip
    6 KB · Views: 63
  • TestListview.zip
    7.4 KB · Views: 92
D

Deleted member 103

Guest
Hi,

Library Listview.dll update and with new funktionen.

New:
1. CheckedRow(RowNumber)


Ciao,
Filippo
 

Attachments

  • Listview.dll.zip
    6.2 KB · Views: 82

specci48

Well-Known Member
Licensed User
Longtime User
Hi Filippo,

I think not every user can remember all additional dll's with all available features.
So could you add a small help file to your distribution with a list of all provided functions (and parameters)? Or even better a .chm file so this help is accessible by the IDE?


specci48
 
D

Deleted member 103

Guest
Hallo specci48,

du hast ja Recht aber so eine Hilfe in Englisch zu schreiben ist für mich zu viel.
Ich denke das in mein Beispiel fast alle Funktionen enthalten sind und somit selbsterklärend ist?.


Ciao,
Filippo
 

Cableguy

Expert
Licensed User
Longtime User
Gyus, there's nothing wrong in writing in your own language, but, being this sub-forum a "general" one, please repeat the post in english...
So that we ALL can understand.....

I would give an example of what I talking about, but it was post in the first non-GeoTrail dependent Forum...
Somethig Like....


German, Italian, French or wahtever....Post

Then a few paragrfs below...

English...


Thaks for your understanding....
 

specci48

Well-Known Member
Licensed User
Longtime User
Hi all,

a good library needs a help file, too.
So here is one...


specci48
 

Attachments

  • ListViewHelp.zip
    17.1 KB · Views: 131
D

Deleted member 103

Guest
Hi magi6162,

in this version not yet! I try to add in the next version.


Ciao,
Filippo
 
D

Deleted member 103

Guest
Hi,

New Version(v1.04) from Listview is ready.


Ciao,
Filippo
 

Attachments

  • Listview.zip
    23.9 KB · Views: 68

specci48

Well-Known Member
Licensed User
Longtime User
Fillippo forgot to mention the features of the update:

new: FontSize - to change font size of a ListView
new: FontColor - to change font color of a ListView

bugfix: SelectionChanged - works now correct (the event is always fired only once)


specci48
 
Top