Hello!
I only recently started using Lazarus, so I don’t know many of the nuances. I created TBitBtn and I need to place a label “on top” of it. If this is implemented directly, then the label intercepts button events and the button does not react to anything.
I have two options. Either somehow disable the label’s response to events, or somehow “throw” these events onto the button located under it.
I would be grateful for any help. Today I spent the whole day trying to understand how TVirtualStringTree works, my head is already hard to think)
P.S. The Caption property is not suitable here because it only places text on the side of the image.