Skip to content

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

NameDescription
RetriedConnectionFires when users clicks the Retry button.

Properties

NameTypeDescriptionDefault
RetryingConnectionboolName of the setting.false

Usage

Make the control visible when connection fails.

XML
<widget:ConnectionErrorControl x:Name="ConnectionErrorControl"
                               Visibility="Collapsed" />

Released under CC-BY-4.0