scroll tag

3 questions


1 answers
131 views
0
I want to scroll through the text view~~

I'm printing text views almost full, so I think it'd be nice if I could scroll through them.What should I do?final TextView tv = new TextView(this); tv.setBackgroundResource(R.drawable.splash); tv.set...

2 years ago

1 answers
135 views
0
Show hidden content in HTML source view when scrolling down a webpage with Python

Facebook, Kakao Story, or Naver.If you scroll down while looking at the webpage, you'll see the hidden content.So that you can see the hidden content in the page source view at once Is there a way to ...


1 answers
123 views
0
Apply css table scroll

I'm making a responsive webHold the outer layout with the bootstrap containerSplit into col-lg-5 / col-lg-2 / col-lg-5 structuresI made a table with scroll function in the col-lg-5 part.// <tabl...

2 years ago

© 2024 OneMinuteCode. All rights reserved.