Open Wutthilert opened 3 years ago
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();
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
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
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