TableView icon indicating copy to clipboard operation
TableView copied to clipboard

The cells are not scrolling correctly

Open W7orld opened this issue 4 years ago • 5 comments

The cells are not scrolling correctly.. Some of them not scrolled with others.. How can i fixed?

Check this images 1

2

W7orld avatar Apr 20 '20 08:04 W7orld

@W7orld HI,Have you solved this problem?Im also have this problem

fiterzs avatar Aug 01 '20 12:08 fiterzs

@W7orld HI,Have you solved this problem?Im also have this problem

Hi, Not exactly but i used nestedscrollview and it's fine now it's works better I putted the TableView inside Nestedscrollview

W7orld avatar Aug 02 '20 15:08 W7orld

I have a similar issue. When I try using Nestedscrollview, the columns disappear. Did you come across similar issue @W7orld ?

swatikch avatar Aug 27 '20 23:08 swatikch

@swatikch No. Did you have other ViewObject inside the Nestedscrollview I mean with TableView dose he only inside Nestedscrollview?

W7orld avatar Aug 28 '20 03:08 W7orld

@swatikch I also had this issue. I fixed it by making a separate xml file for the TableView and then inflating the TableView and adding it as a child of the NestedScrollView at runtime. Let me know if you have any problems.

haroutj avatar Feb 03 '21 03:02 haroutj