Delphi control that could mimic “Add-ons|Extension list” of Firefox?

后端 未结 5 1298
醉话见心
醉话见心 2020-12-03 06:05

My aim is to update the look of the GUI in my app. Currently my GUI contains a lot of listboxes which are used to edit some objects in an old fashioned way, that is, user do

5条回答
  •  甜味超标
    2020-12-03 06:55

    Using a TFrame for each list item and put them all Aligned Top on a TScrollBox might work. Also see TDBCtrlGrid which does something like that in combination with datasets.

提交回复
热议问题