0
Good guys, there is a bug in the layout that when I load the Grid, the scrollbar (horizonal and/ or vertical) is not stylized until after some click event. For example:
Scrollbar before the event:
Scrollbar after event
I’m using the framework Modern UI Metroframework
Can anyone tell me what it might be?
I use Metrochart, in some situations the charts do not load if I do logical step-by-step. For example: 1 - Create a data series 2 - Set the itemsSource of the series with the list. 3 - Adding this series to Chart. .
– Denis
How strange. In my case I ended up realizing that it is not the event of Click, but of Resize or Scroll of the bar. I’ll simulate a user scroll and see what happens.
– Márcio Cristian