You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did it work in any of the earlier releases of .NET Core or .NET 5+?
No, repro in .NET 3.1
Issue description
Current Behavior
If the ToolTipTitle contains fewer than 5 characters, no title will be displayed. For titles with 5 or more characters, some characters will remain hidden.
Expected Behavior
The ToolTip should display correctly, showing both its title and content.
Steps to reproduce
Create a new WinForms .NET application.
Add a ToolTip and a control that supports both RightToLeft and RightToLeftLayout properties, such as TabControl, TrackBar, or DateTimePicker.
Set the IsBalloon property for ToolTip to true and assign a title to the ToolTipTitle property, such as "Hello".
Set the control's RightToLeft property to Yes and its RightToLeftLayout property to True.
Assign the ToolTip on toolTip1 with any text.
Run the application and hover over the control to display the ToolTip.
The text was updated successfully, but these errors were encountered:
.NET version
.NET 10 with NET 10.0.100 - alpha.1.24573.1 build
Did it work in .NET Framework?
No
Did it work in any of the earlier releases of .NET Core or .NET 5+?
No, repro in .NET 3.1
Issue description
Current Behavior
If the ToolTipTitle contains fewer than 5 characters, no title will be displayed. For titles with 5 or more characters, some characters will remain hidden.
Expected Behavior
The ToolTip should display correctly, showing both its title and content.
Steps to reproduce
ToolTip
and a control that supports bothRightToLeft
andRightToLeftLayout
properties, such asTabControl
,TrackBar
, orDateTimePicker
.IsBalloon
property forToolTip
to true and assign a title to theToolTipTitle
property, such as "Hello".RightToLeft
property to Yes and itsRightToLeftLayout
property toTrue
.ToolTip on toolTip1
with any text.The text was updated successfully, but these errors were encountered: