Ignore:
Timestamp:
Nov 25, 2021, 11:32:55 AM (3 years ago)
Author:
chronos
Message:
  • Added: Bottom column filter bar in contacts list.
  • Added: Allow to sort columns in contacts list.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormContacts.lfm

    r23 r32  
    1414  object ListView1: TListView
    1515    Left = 0
    16     Height = 869
     16    Height = 837
    1717    Top = 0
    1818    Width = 1210
     
    8080    end
    8181  end
     82  object ListViewFilter1: TListViewFilter
     83    Left = 0
     84    Height = 32
     85    Top = 837
     86    Width = 1210
     87    OnChange = ListViewFilter1Change
     88    Align = alBottom
     89  end
    8290  object PopupMenuContact: TPopupMenu
    8391    Images = Core.ImageList1
     
    125133    end
    126134  end
     135  object ListViewSort1: TListViewSort
     136    ListView = ListView1
     137    OnCompareItem = ListViewSort1CompareItem
     138    OnFilter = ListViewSort1Filter
     139    OnColumnWidthChanged = ListViewSort1ColumnWidthChanged
     140    Column = 0
     141    Order = soNone
     142    Left = 528
     143    Top = 428
     144  end
    127145end
Note: See TracChangeset for help on using the changeset viewer.