Usability: Too much documentation shown in Visual Studio for Button Type #8163
Labels
platform/windows 🪟
s/needs-verification
Indicates that this issue needs initial verification before further triage will happen
t/bug
Something isn't working
Description
So I was changing a BindableProperty typeof statement from button to a new custombutton type.
public static readonly BindableProperty ValidValuesProperty = BindableProperty.Create(nameof(ValidValues), typeof(List<int>), typeof(Button));
When I hovered over the Button to next do right click, select and then replace, my screen was blotted out by the help documentation for the button class. It makes it a little difficult to use and is definitely a nuisance.
Steps to Reproduce
Version with bug
6.0.400 (current)
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
Visual Studio 2022 Preview
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: