Hi there,
I was wondering if this is possible?
I have some labels "Hidden" labels and I would like to keep it "hidden" as much as possible. But however if for any reason the label has some text I would like to show a warning icon and when the user hoover over the icon it show a yellow label with the proper label content.
Thanks in advance for any advice.
Solved! Go to Solution.
Put this code in the icon’s Visible property:
!IsBlank(Label1.Text)
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Its impossible, this feature does not exist. Go vote for it here:
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Thank you very much for your prompt response, VOTED!
Any possible work around at least to show the icon if the label is not empty?
Put this code in the icon’s Visible property:
!IsBlank(Label1.Text)
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
User | Count |
---|---|
254 | |
112 | |
92 | |
48 | |
38 |