-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.Expandable
Jean-Philippe Bruyère edited this page Oct 26, 2021
·
3 revisions
templated control whose content can be hidden and shown on demand
namespace: Crow
Expandable
public class Expandable : TemplatedContainer, IToggle
⬜ | prototype | description |
---|---|---|
Expandable (Interface iface) |
__ |
⬜ | name | description |
---|---|---|
Image |
__ | |
IsExpandable |
__ | |
IsExpanded |
__ | |
IsToggleable |
__ | |
IsToggled |
__ |
⬜ | prototype | description |
---|---|---|
void onClickForExpand(object sender, MouseButtonEventArgs e) |
mouse click event handler for easy expand triggering in IML | |
void onCollapse(object sender, EventArgs e) |
__ | |
void OnDataSourceChanged(object sender, DataSourceChangeEventArgs e) |
__ | |
void onExpand(object sender, EventArgs e) |
__ |
⬜ | name | description |
---|---|---|
Collapse |
Occurs when control is collapsed. | |
Expand |
Occurs when control is expanded. | |
ToggleOff |
__ | |
ToggleOn |
__ |