Coder Social home page Coder Social logo

Comments (3)

ISchwarz23 avatar ISchwarz23 commented on August 17, 2024

Hi Joe,

first I would like to be sure, that I understood you correctly. You want to use the TableView together with other views in a LinearLayout. (Some views before the TableView and some views after.) You don't want the TableView to scroll, but to show it's full content. Therefore you have your LinearLayout inside a ScrollView. Is this all correct?

Best regards,
Ingo

from sortabletableview.

joemackay avatar joemackay commented on August 17, 2024

Yes, that's correct. Spot on. More like a Listview that scrolls along with other elements of the page. I have placed other views in the header LinearLayout and some footer views in another Layout at the bottom. If I give the TableView a fixed height then it performs well and scrolls along with other items. But fixed height is definitely not the right approach.

from sortabletableview.

ISchwarz23 avatar ISchwarz23 commented on August 17, 2024

Hi Joe,

as you said fixed size is working for this approach. As the TableView is using an ListView internally you have the known issues for WRAP_CONTENT so you should not do this.
So if you really want to have the described UI (also if I would recommend to re-think this, as it is not optimal for small screens) I would calculate the table height using the number of rows in the TableView and set this value as fixed size.
Hope this helps you.

from sortabletableview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.