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
Having the scrollbar be its own control has caused problems. Most notably with us binding its size and position to the side of the container.
Plan is to split this implementation out as part of the container. Perhaps in a similar spirit to how the LoadingSpiralUtil works, but for the most part containers
The text was updated successfully, but these errors were encountered:
I noticed (aside from other issues I have with the scrollbar) that, if we set ShowBorder = false the scollbar will be invisible too.
Is that expected behavior?
Having the scrollbar be its own control has caused problems. Most notably with us binding its size and position to the side of the container.
Plan is to split this implementation out as part of the container. Perhaps in a similar spirit to how the
LoadingSpiralUtil
works, but for the most part containersThe text was updated successfully, but these errors were encountered: