alternetsoft / AlternetUI

MIT License
27 stars 2 forks source link

Painting messages are lost on resize and window move outside/inside screen #21

Closed generalloki closed 1 year ago

generalloki commented 1 year ago

On WIndows I see ListBox badly repainted. On Linux I see addttionally TabPage elements badly repainted.

generalloki commented 1 year ago

If I change ListBox to TreeView in ControlsSample, same painting problems exist, so issue is not control related

generalloki commented 1 year ago

I fixed most of the painting problems, but still have problem in repainting of TabControl after resize

generalloki commented 1 year ago

Problem with TabControl page contents not painting after resize on Linux is not TabControl related. It is more like StackPanel which is inside of the tab is positioned incorrectly.

generalloki commented 1 year ago

I am closing this issue as on this moment I don't see any painting problems. TabControl bad behavior added to Linux related issues.