Davide mercanti

Results 5 comments of Davide mercanti

for the RadioButton the problem seems related to "animationProgress" in the paint event. If I force it ==1 the dot appears

...same thing for combobox...

The datagrid contains only search result. The other controls have been populated by form shown

Yes, sure ! Tell me if you need something else. ``` Public Class frmAllegati Dim _loadingGrid As Boolean = False Private _RichiestaAlle As DbEntities.Allegato = Nothing Public Sub SetParams(cosa As...

mmh... I don't know... for now I blocked the animation in this way (example OnPaint in MaterialRadioButton.cs) ![immagine](https://user-images.githubusercontent.com/1032335/180408863-1a4a2960-6d25-442a-bbf8-c1efe7082d8b.png) and with this trick the items appears selected correctly (both selection in...