Abaksoft Posted January 8, 2025 Posted January 8, 2025 Hello Unigueers, I want share this for those who want a good design in Mobile UnimStringGrid : UnimStringGrid1 > ClientEvents > ExtEvents > painted function function painted(sender, eOpts) { var columns = sender.getColumns(); columns[0].setFlex(0); columns[1].setFlex(1); columns[2].setFlex(2); // and for all columns //columns.forEach(function(col) {col.setFlex(1)}); } Many Thx to our Maestro Sherzod. 2
Recommended Posts