Coder Social home page Coder Social logo

Comments (4)

ISchwarz23 avatar ISchwarz23 commented on August 17, 2024 2

Hi mohammadrafigh,

I think you can achive this by simple putting the TableView inside a HorziontalScrollView.
Have a look at this sampe layout:

...

    <android.widget.HorizontalScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent">

        <de.codecrafters.tableviewexample.SortableCarTableView
            android:id="@+id/tableView"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            custom:headerElevation="10"
            custom:headerColor="@color/primary"
            custom:columnCount="4" />

    </android.widget.HorizontalScrollView>

...

from sortabletableview.

mohammadrafigh avatar mohammadrafigh commented on August 17, 2024

thanks for your response, ah thanks! I tried it with ScrollView and default HorizontalScrollView but they didn't work. it's weird that with android.widget.HorizontalScrollView it works 👍

I'm trying to use it for RTL languages so if you want I may be able to add this feature to your library too.

from sortabletableview.

ISchwarz23 avatar ISchwarz23 commented on August 17, 2024

Please open a new issue for the RTL support if you want to have it ;)

from sortabletableview.

chemoral87 avatar chemoral87 commented on August 17, 2024

It works for me, I defined the layout_width.

<HorizontalScrollView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content">


                <de.codecrafters.tableviewexample.SortableCarTableView
                    android:id="@+id/tableView"
                    android:layout_below="@id/toolbar"
                    android:layout_width="900dp"
                    android:layout_height="match_parent"
                    custom:tableView_columnCount="5"
                    custom:tableView_headerColor="@color/primary"
                    custom:tableView_headerElevation="10"/>


        </HorizontalScrollView>

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.