c# - UWP toolkit dropshadow disappear -


i using uwp toolkit's dropshadow. there gridview. each item in gridview has it's own shadow panel. items resizing automatically on resize of gridview.

the problem on sizes shadow disappears. , when resize again comes back. , when resizing window looks flickering.

i have tried on resize change shadow visibility, opacity...no luck.

is there way force redraw/invalidate shadow panel?

i think bug.

post issue in https://github.com/microsoft/uwpcommunitytoolkit/issues. out.

edit:

issue has been started in uwpcommunitytoolkit regarding issue. https://github.com/microsoft/uwpcommunitytoolkit/issues/1111


Comments

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -