Full text does not appear
{
"stackpanel": {
"type": "stack_panel",
"collection_name": "student_buttons_collection",
"size": [220,220],
"offset": "$my_title_offset",
"anchor_from": "top_left",
"anchor_to": "top_left",
"orientation": "horizontal",
"controls": [
{
"title_label": {
"type": "label",
"size": ["100%", "100%"],
"text": "#student_button_text",
"collection_index": 1,
"bindings": [
{
"binding_name": "#student_button_text",
"binding_type": "collection",
"binding_collection_name": "student_buttons_collection"
},
{
"binding_name": "$visible_binding",
"binding_type": "collection",
"binding_name_override": "#visible",
"binding_collection_name": "student_buttons_collection"
}
]
}
}
]
}
}