Seite 1 von 1

[Module] ListViewEx - Module (all OS)

Verfasst: 01.12.2019 14:35
von Thorsten1867
ListViewEx Gadget - Module (all OS / DPI / 64Bit)
  • Farben für einzelne Zeilen
  • dynamischer Popup-MenuItem-Text (z.B. "Lösche Zeile #Row$")
  • automatische Größenanpassung
  • Unterstützung für GUI-Themes (benötigt ModuleEx.pbi)
Bild _____ Bild _____ Bild

Code: Alles auswählen

; ListView::AddItem()            - similar to 'AddGadgetItem()'
; ListView::AttachPopupMenu()    - attach a popup menu to the list
; ListView::ClearItems()         - similar to 'ClearGadgetItems()'
; ListView::CountItems()         - similar to 'CountGadgetItems()'
; ListView::DisableReDraw()      - disable/enable redrawing of the gadget
; ListView::Gadget()             - similar to 'ListViewGadget()'
; ListView::GetData()            - similar to 'GetGadgetData()'
; ListView::GetID()              - similar to 'GetGadgetData()', but string instead of quad
; ListView::GetItemData()        - similar to 'GetGadgetItemData()'
; ListView::GetItemLabel()       - similar to 'GetGadgetItemData()', but string instead of quad
; ListView::GetItemState()       - similar to 'GetGadgetItemState()'
; ListView::GetItemText()        - similar to 'GetGadgetItemText()'
; ListView::GetLabelText()       - similar to 'GetGadgetItemText()', but label instead of row
; ListView::GetState()           - similar to 'GetGadgetState()'
; ListView::GetText()            - similar to 'GetGadgetText()'
; ListView::Hide()               - similar to 'HideGadget()'
; ListView::RemoveItem()         - similar to 'RemoveGadgetItem()'
; ListView::SetAutoResizeFlags() - [#MoveX|#MoveY|#Width|#Height]
; ListView::SetColor()           - similar to 'SetGadgetColor()'
; ListView::SetData()            - similar to 'SetGadgetData()'
; ListView::SetFont()            - similar to 'SetGadgetFont()'
; ListView::SetID()              - similar to 'SetGadgetData()', but string instead of quad
; ListView::SetItemData()        - similar to 'SetGadgetItemData()'
; ListView::SetItemImage()       - similar to 'SetGadgetItemImage()'
; ListView::SetItemLabel()       - similar to 'SetGadgetItemData()', but string instead of quad
; ListView::SetItemState()       - similar to 'SetGadgetItemState()'
; ListView::SetItemText()        - similar to 'SetGadgetItemText()'
; ListView::SetLabelText()       - similar to 'SetGadgetItemText()', but label instead of row
; ListView::SetRowHeight()       - change the rows height
; ListView::SetState()           - similar to 'SetGadgetState()'
; ListView::SetText()            - similar to 'SetGadgetText()'
; ListView::UpdatePopupText()    - define dynamic menu item text [#Label$/#Index$/#Row$/#String$]
Download: ListViewExModule.pbi

Re: [Module] ListViewEx - Module (all OS)

Verfasst: 09.12.2019 16:58
von Thorsten1867
Update: Checkboxen hinzugefügt

Re: [Module] ListViewEx - Module (all OS)

Verfasst: 20.12.2019 10:06
von Thorsten1867
Update: einfaches SyntaxHighlight hinzugefügt.

Re: [Module] ListViewEx - Module (all OS)

Verfasst: 01.03.2020 14:53
von Thorsten1867
Update: ScrollBarGadget() ersetzt durch Zeichneroutine