ISchwarz23 / SortableTableView

An Android library containing a simple TableView and an advanced SortableTableView providing a lot of customisation possibilities to fit all needs.
Apache License 2.0
1.05k stars 239 forks source link

Calculate the row hight #168

Open sumancreative opened 5 years ago

sumancreative commented 5 years ago

How can I find each row hight in the table

ISchwarz23 commented 5 years ago

Hi @sumancreative,

I'm not sure I understood your request correctly. In which case would you need this information?

Best regards, Ingo

sumancreative commented 5 years ago

Actually I am showing the data which is coming after hitting the API. And as I use wrap contact in the customer data adapter.. so the hight of a row is not same at all the time..

That's why I want to calculate the hight of the full table by using the total row present into the table multiplied by each row hight.