Open
Description
Is there any way that tableview auto-set width as per device-width:
right now I am using below code to set width but I want match parent like property for width. Is there any way to handle width?
tableColumnModel.setColumnWidth(0, 0); //code
tableColumnModel.setColumnWidth(1, 150); // subject
tableColumnModel.setColumnWidth(2, 90);//type