In my Xamarin project, I have used DailogViewController.
Using this, I have set the root elements and height both.
When I run the application, it works fine and the height (35f) which I set.
But when orientation change, in debug console, I see 35f as row-height, but In View, it is bigger than 35f.
The first output is like below image which is correct,
But after orientation change, it is displaying bigger size, but in console, the value of row-height is displaying 35f.
Any help will be appreciated to resolve this discrepancy in UI.
I debug it out more, It is resetting its size to 63f.
After more debugging, I found out, if we are using "BadgeElement" class for creating cell with Image+text, then only it is happening. Any way to set static height for "BadgeElement"