Created
November 8, 2020 13:01
-
-
Save batFormat/5513ec6e6ecd7bfb349e2544030667fd to your computer and use it in GitHub Desktop.
Использование SplitLayout и SplitCol
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<AdaptivityProvider> | |
<Root activeView="view-root"> | |
<View | |
id="view-root" | |
activePanel="home" | |
> | |
<Panel id="home"> | |
<PanelHeaderSimple> | |
Тест панель | |
</PanelHeaderSimple> | |
<SplitLayout> | |
<SplitCol spaced={sizeX === SizeType.REGULAR}> | |
<Group>Тест</Group> | |
</SplitCol> | |
</SplitLayout> | |
</Panel> | |
</View> | |
</Root> | |
</AdaptivityProvider> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment