xufeitt
xufeitt
TableView use ViewCell have the same problem, IOS and more than 2 viewcells will raise this problem, android is ok.
anyone solve this problem ?
Where is the Platform.iOS.ImageRenderer code ?
Ok I had modified it. protected virtual void DrawHorizontalStepLines int maxEntryIndex = points.ToList().IndexOf(maxPoint); if(maxEntryIndex == -1) maxEntryIndex = 0; thist line is added var maxEntry = Entries.ElementAt(maxEntryIndex).Value;
Hi everyone I have solved this problem. var strSize = canvas.GetStringSize(text, Font, FooterLabelsTextSize); bounds.Width = itemSize.Width; _bounds.Height = strSize.Height ;_ canvas.DrawString(text, bounds, HorizontalAlignment.Center, VerticalAlignment.Center, TextFlow.ClipBounds); Modify _bounds.Height = strSize.Height +...