about.txt
来自「胜天进销存源码,国产优秀的进销存」· 文本 代码 · 共 12 行
TXT
12 行
This example demonstrates the following layout features of the CardView:
- Categories - they can be expanded/collapsed and their state affects all cards (<Row>.Kind = rkCategory)
- Horizontal/Vertical row layout inside a card (<CardView>.RowLayout, <Row>.Position, <CardView>.OptionsCustomize.LayeredRows). You can customize row layout via drag & drop
- Horizontal/Vertical card layout inside a CardView (<CardView>.LayoutDirection)
- Card auto width - card widths are automatically modified from their original value (<CardView>.OptionsView.CardWidth) to use all available horizontal space (<CardView>.OptionsView.CardAutoWidth). Use the "View | Card auto width" menu item to modify it
Additionally, this demo shows a new highlighting behavior: focused row caption and selected card borders are drawn using selection style (<CardView>.Styles.Selection)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?