What advantages are there of using a button over a clickable label?

If you make a label clickable it does the same as a button does.

Why bother with buttons at all?

1 Like

Only graphic or layout

  1. If you use the generic events, mixing labels with buttons can be confusing.

  2. You can use an image as background in a button. In a label you will have to put an image in a parent arrangement to have an image.

  3. Buttons have GotFocus, LostFocus, TouchDown and TouchUp events, labels don’t.

1 Like

With a button you can use Material Design and FontAwesome icons.
They are ‘Low cost memory’ graphics.
Material Design icons
Font Awesome Cheatsheet

1 Like