Other Controls
These are uncategorized controls that could ease some parts of the UI development by providing ready to use solutions.
Connection error
This control is used when widget does not have an internet connection or it could not connect to a server. It has a Retry button that can be used to retry the connection.
Events
Name | Description |
---|---|
RetriedConnection | Fires when users clicks the Retry button. |
Properties
Name | Type | Description | Default |
---|---|---|---|
RetryingConnection | bool | Name of the setting. | false |
Usage
Make the control visible when connection fails.
XML
<widget:ConnectionErrorControl x:Name="ConnectionErrorControl"
Visibility="Collapsed" />