Hi,

I noticed that there are a few other methods not published either.
eg:
//    property HotTrack;
//    property HotTrackStyles;
//    property HoverTime;

Using HotTrackStyles as follows does work under Win32 & Laz 0.9.10

ListView1.HotTrackStyles  := [htHandPoint];

Is it not published due to other platforms not supporting it yet?

Regards,
  - Graeme -


Vincent Snijders wrote:
Darius Blaszijk wrote:

TCustomListView has a HideSelection property, not yet published by TListView.

It could be implemented for win32 interface by setting the LVS_SHOWSELALWAYS style if HideSelection is false.

Vincent.

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to