titledpane

  1. TelKel81

    B4J Question How to prevent a Titledpane's collapse/expand event when clicking a node that's in its graphic area

    I added an imageview to the graphic area (via setGraphic method) of a Titledpane. When I click the imageview, the MouseClick event triggers for both the imageview and the titledpane (so it expands/collapses). I want to avoid this behavior when clicking on the imageview. I do use event.consume...
Top