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
I inherited a program that was developed using c# and UWP that has errors that do not crash the program.
There are 2 control bars, a page header and page footer and the buttons are small enough that I do not need the ellipsis so I am trying to remove the ellipsis. The controls are from uwp template 10 (xmlns:Controls="using:Template10.Controls")
The issue is I get the blue wiggly lines below the EllipsisVisibility="Collapsed" text with the explanation that "Unable to convert Collapse to an object of type Template10.Behaviors.EllipsisBehavior+Visibilities.
What does this mean?
The text was updated successfully, but these errors were encountered:
I inherited a program that was developed using c# and UWP that has errors that do not crash the program.
There are 2 control bars, a page header and page footer and the buttons are small enough that I do not need the ellipsis so I am trying to remove the ellipsis. The controls are from uwp template 10 (xmlns:Controls="using:Template10.Controls")
I am using the following XAML code:
The issue is I get the blue wiggly lines below the EllipsisVisibility="Collapsed" text with the explanation that "Unable to convert Collapse to an object of type Template10.Behaviors.EllipsisBehavior+Visibilities.
What does this mean?
The text was updated successfully, but these errors were encountered: