-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
5620 GridLayout addChild to set row and column #6411
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
5620 GridLayout addChild to set row and column #6411
Conversation
test |
Thanks for the PR @rakeshgirase! Code looks good - I have triggered the CI to see if all is green. |
Sure @vakrilov . Sorry I missed it. |
Hey @rakeshgirase - thanks again for the PR! We will notify you if the is some action needed form your side. |
test |
Hi @rakeshgirase , Congratulations on being one of the winners in the {N} First-time contributors contest! You can claim your prize by contacting us at nativescriptwinners[at]progress.com not later than Nov 30th 2018 . Make sure you send us the following info: Best regards, |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
PR Checklist
What is the current behavior?
Current GridLayout do not provide a function to add a view at a cell so as per issue 5620 you need 4 lines to add a view to a Grid Layout with row, column, rowSpan and columnSpan.
What is the new behavior?
If this PR is accepted then the view can be added at a cell with rowSpan and columnSpan in a single line code.
Fixes/Implements/Closes #[Issue Number].
Fixes #5620