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
VirtualLayout caches itemWidth and itemHeight which cause problems when Toolkit.pixelsPerRem value is changed. As a solution I use the following patch in ListView
VirtualLayout
cachesitemWidth
anditemHeight
which cause problems whenToolkit.pixelsPerRem
value is changed. As a solution I use the following patch inListView
I'm not sure this solution follows the concepts of a framework, so it has to be re-thought. Also reworked solution should cover
TableView
as well.The text was updated successfully, but these errors were encountered: