How to add scroll bar in textview when the content of textview exceeds in gridview

Shay Wilner 1,746 Reputation points
2023-07-19T19:12:18.8833333+00:00

Hello

i have a grid layout and a gridview ,the grid layout is set to columnCount="7"

and 6 textview and one button. the textview have the same layout columnweight .

The problem appears when the content of the left textview exceeds so the other textview are pushed to the right and become "invisible".

Is there a possibility to add a horizontal scroll bar at the bottom of the gridlayout

I try to add android:scrollbars="horizontal" to the textview but it doesn't work

Thanks

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.