We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TargetedMenu tm = new TargetedMenu(clickBtn); tm.Orientation = StackOrientation.Vertical; tm.SeparatorColor = Color.Blue; tm.SeparatorThickness = 2; tm.SegmentTapped += Tm_SegmentTapped; List items = new List(); items.Add(new Segment { Text = "Button 1" }); items.Add(new Segment { Text = "Button 2" }); items.Add(new Segment { Text = "Button 3" }); tm.Segments = items; tm.PushAsync();
Version with issue: 2.4.9
Last known good version:
IDE:Visual studio 16.9.1
Platform Target Frameworks:
also test with IsAnimationEnabled = false; It happen sometimes and at first time seems toke longer time before respond
in MainActivity.cs also push Forms9Patch.Droid.Settings.Initialize(this); before LoadApplication(new App()); Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TargetedMenu tm = new TargetedMenu(clickBtn);
tm.Orientation = StackOrientation.Vertical;
tm.SeparatorColor = Color.Blue;
tm.SeparatorThickness = 2;
tm.SegmentTapped += Tm_SegmentTapped;
List items = new List();
items.Add(new Segment { Text = "Button 1" });
items.Add(new Segment { Text = "Button 2" });
items.Add(new Segment { Text = "Button 3" });
tm.Segments = items;
tm.PushAsync();
Steps to Reproduce
Expected Behavior
Actual Behavior
Basic Information
Version with issue: 2.4.9
Last known good version:
IDE:Visual studio 16.9.1
Platform Target Frameworks:
Screenshots
also test with IsAnimationEnabled = false;
It happen sometimes and at first time seems toke longer time before respond
in MainActivity.cs also push Forms9Patch.Droid.Settings.Initialize(this); before LoadApplication(new App());
Thank you
The text was updated successfully, but these errors were encountered: