You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i think i have found a bug when set a color with SelectedColor to a ColorGallery. The color is after "SelectedColor = Colors.Red", as sample, set in the ColorGallery. But the ListBox in the Gallery don't change the SelectedItem. So the ListBox ignore the new color which i have set.
In the code of the Gallery, i see the isLoaded-Property in "UpdateSelectedColor"-function is always false when color is set manually, because the control is not visible (loaded).
Thx
The text was updated successfully, but these errors were encountered:
Hi,
i think i have found a bug when set a color with SelectedColor to a ColorGallery. The color is after "SelectedColor = Colors.Red", as sample, set in the ColorGallery. But the ListBox in the Gallery don't change the SelectedItem. So the ListBox ignore the new color which i have set.
In the code of the Gallery, i see the isLoaded-Property in "UpdateSelectedColor"-function is always false when color is set manually, because the control is not visible (loaded).
Thx
The text was updated successfully, but these errors were encountered: