Hello Isomorphic ,
I am facing a persistent row misalignment issue in a SmartGWT ListGrid whenever any column is set as frozen. The problem is especially noticeable when scrolling.
What I Have Already Tried:
Despite these efforts, the issue persists. The frozen and unfrozen fields remain misaligned.
Is there a known workaround or fix for this issue? Or is this a bug that needs to be addressed?
Thank you for your help!
I am facing a persistent row misalignment issue in a SmartGWT ListGrid whenever any column is set as frozen. The problem is especially noticeable when scrolling.
What I Have Already Tried:
- Setting setEnforceVClipping(true)
- Adjusting setCellHeight
- Setting setFixedRecordHeights(true) and also setFixedRecordHeights(false)
- Other relevant methods to ensure consistent row heights
Despite these efforts, the issue persists. The frozen and unfrozen fields remain misaligned.
Is there a known workaround or fix for this issue? Or is this a bug that needs to be addressed?
Thank you for your help!
Comment