Current filter:
          You should refresh the page.
          Not Logged In

          Add the capability to display overlay images over node and state images

          0
            • The stardard win32 Listview/TreeView supports overlay images/indexs, Could you add it to TreeList control?

          0

          To display overlay images, do the following:
          - Add overlay images into the Images and StateImages image collections.
          - Assign a node’s OverlayIndex and OverlayStateIndex properties. At design time, you can assign these properties via the Items Editor.
          - To dynamically specify overlay image indexes, handle the TreeList control’s OnGetNodeImageIndex event. Within an OnGetNodeImageIndex event handler, check the AIndexType parameter for tlitOverlayIndex and tlitOverlayStateIndex values and pass overlay image indexes via the AIndex parameter.

          You must  log in  or  register  to leave an answer