Using a Maui Control in Avalonia
I am trying to use a ZXing Maui control to read a barcode using a mobile’s camera. It is activating the camera correctly but it is not reading the QR Code. My code is as follows:
How to implement Auto log off based on user interactivity in AvaloniaUI
I’m building an AvaloniaUI app and would like to auto log off users after the app is idle for a period of time. I’ve found a great solution to this for WPF here:
How to create Avalonia controls that “float” aligned bottom right above other controls
I’m porting the following Windows Forms view to Avalonia:
Avalonia DataGrid example populating at design time, but not at runtime
I’m probably missing something very basic – I’m new to Avalonia, MVVM, and xaml.
Namespace and type for Avalonia DataGrid example not found
I’m going through the DataGrid example from: https://docs.avaloniaui.net/docs/reference/controls/datagrid/