We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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>
The text was updated successfully, but these errors were encountered: