Skip to content
New issue

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

How to set Content height to adjust the tabviewcontrol height #2

Closed
masiri201 opened this issue Apr 6, 2018 · 5 comments
Closed

How to set Content height to adjust the tabviewcontrol height #2

masiri201 opened this issue Apr 6, 2018 · 5 comments

Comments

@masiri201
Copy link

Hey i really like your custom control, but, the content doesnt scale automatically with the control height, i tried to do it multiple ways but wasn't successfull, if you have the time please respond or update the control to have a property that sets the content height to fit the tabviewcontrol.

@chaosifier
Copy link
Owner

Have you tried setting the VerticalOptions property to FillAndExpand?

@TheRealNyquist
Copy link

Had the same issue. My content views were set to FillAndExpand, but that didn't work. Solved it by updating the Init() function of the control. _carouselView.VerticalOptions is initialized with EndAndExpand. Only when I changed that to FillAndExpand it strangely took the full height.

@masiri201
Copy link
Author

yeahh, that's what happened to me, i will change it but it would be nice if it was updated on the NuGet Package aswell. thanks to you guys for aswering.

@chaosifier
Copy link
Owner

I've fixed the issue and included the changes in the new NuGet package version (1.0.3). Thank you for reporting the problem.

@ajaichemmanam
Copy link

I'm still having this issue. I can't set the tab view content to take the entire screen available. Itried with filla ndexpand and also endandexpand. Any Help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants