Hello,
It does not seem that the ToolTip and the Dock want to play well together. When I set the RadToolTipManager.ContentScrolling="Y" and put a Dock in the tooltip, I get the following:
Before Scrolling Down:
http://www.owebtech.com/error1.jpg
After Scrolling Down:
http://www.owebtech.com/error2.jpg
My understanding is that enabling the scroll bar should limit the height of the ToolTip to whatever I set it to (300px in this case) and scroll for the remaining content. However, this tooltip seems to have been extended to meet the maximum required height and the Dock does not seem to be scrolling with the rest of the page.
Thoughts as to how I can avoid this and make it look normal?
Thank you,
Oleg Fridman
It does not seem that the ToolTip and the Dock want to play well together. When I set the RadToolTipManager.ContentScrolling="Y" and put a Dock in the tooltip, I get the following:
Before Scrolling Down:
http://www.owebtech.com/error1.jpg
After Scrolling Down:
http://www.owebtech.com/error2.jpg
My understanding is that enabling the scroll bar should limit the height of the ToolTip to whatever I set it to (300px in this case) and scroll for the remaining content. However, this tooltip seems to have been extended to meet the maximum required height and the Dock does not seem to be scrolling with the rest of the page.
Thoughts as to how I can avoid this and make it look normal?
Thank you,
Oleg Fridman