Hello,
is possible to position control with absolute layout without taking any space? Something like "position: absolute" in CSS.
The situation is that, I need to create tooltip (label) above slider which will show current value and will be shown only if user changes it's value.
But when I show tooltip, then It takes space instead of overlaping above other controls.
Is It possible or anybody has any idea?
Thanks.