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

Height Problem with InfiniteScrollPanel #380

Open
nseb opened this issue Feb 19, 2019 · 0 comments
Open

Height Problem with InfiniteScrollPanel #380

nseb opened this issue Feb 19, 2019 · 0 comments

Comments

@nseb
Copy link

nseb commented Feb 19, 2019

Hi,

I have a problem to integrate InfiscrollPanel with Tab , InfiniteScrollPanel take the heigth of first widget inside (see render method)

<m:MaterialRow padding="0" visible="true" ui:field="readContainer">
<m:MaterialColumn grid="s12" padding="0">
<m:MaterialTab ui:field="tab" indicatorColor="ORANGE">
<m:MaterialTabItem waves="YELLOW" grid="s4">
<m:MaterialLink text="Participants" href="#tabParticipants"/>
</m:MaterialTabItem>
<m:MaterialTabItem waves="YELLOW" grid="s4">
<m:MaterialLink text="Results" href="#tabResults"/>
</m:MaterialTabItem>
<m:MaterialTabItem waves="YELLOW" grid="s4">
<m:MaterialLink text="Intermediate" href="#tabIntermediate"/>
</m:MaterialTabItem>
<m:MaterialTabItem waves="YELLOW" grid="s4">
<m:MaterialLink text="Stats" href="#tabStats"/>
</m:MaterialTabItem>
</m:MaterialTab>
</m:MaterialColumn>
<m:MaterialColumn m:id="tabParticipants" grid="s12" padding="0" height="100vh">
<incubator:infinitescroll.InfiniteScrollPanel backgroundColor="GREY_LIGHTEN_4"
overflow="AUTO"
ui:field="participantScrollPanel"/>
</m:MaterialColumn>
<m:MaterialRow>

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

1 participant