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

SubcomposeLayout #401

Open
EpicDima opened this issue Jun 10, 2024 · 1 comment
Open

SubcomposeLayout #401

EpicDima opened this issue Jun 10, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@EpicDima
Copy link
Contributor

First of all, for lists, that is, LazyColumn (LazyRow), which can be limited in height and at the same time have a bunch of elements inside that scroll

Now drawBehind is used to create a Table and manually calculate the dimensions, and this is also done without Composable functions. Link

It seems like a difficult task

@JakeWharton JakeWharton added the enhancement New feature or request label Jun 10, 2024
@EpicDima
Copy link
Contributor Author

LazyColumn was made in Glance, while the implementation does not contain a lot of code, but I didn't understand how it works. At least it is implemented without an SubcomposeLayout.

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

No branches or pull requests

2 participants