mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-22 04:38:09 +08:00
Add "frame" : scrollable area.
This commit is contained in:
@@ -69,7 +69,7 @@ class MyComponent : public Component {
|
||||
Render(L"radiobox", radiobox),
|
||||
separator(),
|
||||
Render(L"input", input)
|
||||
) | frame;
|
||||
) | border | frame | size(10,10) | border;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user