Posted 11 August 2020, 3:11 am EST - Updated 3 October 2022, 11:41 pm EST
Can we adjust the height when using ShowCellLabels=True?
Posted by: freedom93123 on 11 August 2020, 3:11 am EST
-
-
Posted 12 August 2020, 9:10 am EST
Hi,
Hello,
For now, we don’t have the functionality to modify the tooltip height with ShowCellLabels. As a workaround, you can use C1SuperTooltip to achieve this, just set the C1SuperTooltip on the cells using the MouseMove event and then you can change the location by the PopupEventArgs’ Location property and fix the maximum width by the MaximumWidth property of the C1SuperToolTip in the Popup event handler whenever the text in a cell is partially visible.
Regards,
Prabhat Sharma.
CellLabelSize.zip