We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b018a commit f8ffc57Copy full SHA for f8ffc57
src/Controls/src/Core/Handlers/Items/iOS/StructuredItemsViewController.cs
@@ -161,7 +161,7 @@ void UpdateHeaderFooterPosition()
161
162
if (_footerUIView != null && IsViewLoaded && View.Window != null)
163
{
164
- var width = ItemsViewLayout.CollectionViewContentSize.Height;
+ var width = ItemsViewLayout.CollectionViewContentSize.Width;
165
var footerX = width + emptyWidth;
166
var currentFrame = _footerUIView.Frame;
167
0 commit comments