Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
How to display ToolTip in Row Header
posted
Dear All,
Is there any way to display tool tip in the row header?
 
For example, we can display tool tip in the column header using,
 
band.Columns["Column_Name"].Header.Appearance.ForegroundAlpha = Alpha.Transparent;
 
In this case, the column header text will be empty, but when mouse is moved over the column header then the column name is displayed as tool tip.
 
Is it possible to do the same in the row header? Please let me know.
Thanks & Regards,
 
Kannan