mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-24 14:51:09 +08:00
Add "frame" : scrollable area.
This commit is contained in:
@@ -30,7 +30,7 @@ class MyComponent : public Component {
|
||||
|
||||
Element Render() override {
|
||||
return
|
||||
frame(
|
||||
border(
|
||||
vbox(
|
||||
hbox(text(L" input_1 : "), input_1.Render()),
|
||||
hbox(text(L" input_2 : "), input_2.Render()),
|
||||
|
Reference in New Issue
Block a user