We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b70e75 commit b387a1fCopy full SHA for b387a1f
examples/xtd.forms.examples/controls/list_box/src/list_box.cpp
@@ -7,7 +7,7 @@ namespace list_box_example {
7
text("List box example");
8
client_size({360, 240});
9
10
- layout_panel.parent(*this);
+ layout_panel.parent(self_);
11
layout_panel.controls().add_range({list_box_left, list_box_right});
12
layout_panel.control_layout_style(list_box_left, {size_type::auto_size, true});
13
layout_panel.control_layout_style(list_box_right, {size_type::auto_size, true});
0 commit comments