-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.Expandable
Jean-Philippe Bruyère edited this page Aug 3, 2019
·
3 revisions
templated control whose content can be hidden and shown on demand
namespace: Crow
public class Expandable : TemplatedContainer
⬜ | prototype | description |
---|---|---|
Expandable (Interface iface) |
__ |
⬜ | name | description |
---|---|---|
Image |
__ | |
IsExpandable |
__ | |
IsExpanded |
__ |
⬜ | 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 onExpand(object sender, EventArgs e) |
__ |
⬜ | name | description |
---|---|---|
Collapse |
Occurs when control is collapsed. | |
Expand |
Occurs when control is expanded. |