I wanted to check with you (because I could'nt find an immediate equal control) if the image attached is possible. It is basically an icon/image when clicked shows the "bubble" underneath (or on top depending on the location of the icon in the browser.
If there is nothing built in, then I think maybe a custom canvas with an icon + a child canvas with a snapTo property would satisfy this behaviour? And if I do go the custom route, I wanted to make sure that the child canvas has the ability to show over other controls that are already on the screen - so if there are more fields under the icon, when the user clicks the icon, it would just show on top of the fields. It is essentially a tooltip but the user can control when to close it (throught the icon or when the user clicks elsewhere).
If there is nothing built in, then I think maybe a custom canvas with an icon + a child canvas with a snapTo property would satisfy this behaviour? And if I do go the custom route, I wanted to make sure that the child canvas has the ability to show over other controls that are already on the screen - so if there are more fields under the icon, when the user clicks the icon, it would just show on top of the fields. It is essentially a tooltip but the user can control when to close it (throught the icon or when the user clicks elsewhere).
Comment