Skip to main content
-2 votes
0 answers
67 views

I load a website scrape TXT data into a scrollable Tkinter listbox Press a button to perform Data Analysis: which highlights ONLY specific numbers in that same listbox! Max data size: 201 such rows ...
WebCLT's user avatar
  • 1
0 votes
0 answers
188 views

We have a LazyColumn which has a loading state and then shows the received data. In the second stage, the final view can be smaller than the shimmering views depicting the loading stage. So, if while ...
msc87's user avatar
  • 1,045
0 votes
1 answer
90 views

I am trying to implement a horizontal scrollable chart. However, the y axis moves along when scrolling. How can I make the y axis stay put? Here is my code: struct DataPoint: Identifiable { var id ...
koen's user avatar
  • 5,884
0 votes
1 answer
40 views

How to make the section element below scrollable and take 100% of its parent height? *{ margin: 0 } main{ width: 100%; height: 100vh; display: flex; flex-direction: column; background: ...
Alex's user avatar
  • 66.6k
2 votes
1 answer
88 views

Using Python and tkinter I have created a dummy app with a scrollable frame. There are two column headings in a container frame. The container frame also contains a canvas. Inside the canvas is an ...
sg-gs2025's user avatar
0 votes
2 answers
305 views

I'm looking for a way to determine if an element is scrollable in given direction. That is, if I can call Element.scrollBy to scroll it. I've searched around extensively and ended up with: /** * ...
PRO's user avatar
  • 494
3 votes
1 answer
274 views

I have an app with dates along the x-axis. The user can select a date range for which data will be displayed. This date range can be moved along the x-axis by inputting a date for the date range. By ...
karlmz's user avatar
  • 57
0 votes
0 answers
66 views

I'm using a canvas with a scrollable frame, but elements below a certain scroll offset aren't rendered. Here is an example app demonstrating that behavior. It contains 100 resizable squares in a long ...
Felix Dombek's user avatar
  • 14.7k
1 vote
1 answer
120 views

I'm using cdk-virtual-scroll-viewport to display a large list of elements like below <cdk-virtual-scroll-viewport itemSize="115px" class="scrollable-card"> <div *...
Sumin Lee's user avatar
2 votes
1 answer
63 views

In ion content , there are cards , when I long press , the cards should be highlited , for that , I have used dimming effect , when I long press , the screen will be dimmed , but the ion content is ...
abhilash katta's user avatar
1 vote
1 answer
80 views

Here's the widget I am using: import 'package:flutter/material.dart'; class HomeScreen extends StatelessWidget { const HomeScreen({Key? key}) : super(key: key); @override Widget build(...
Terry Windwalker's user avatar
4 votes
1 answer
559 views

This code does not work as expected. I want lazy column to automatically scroll up to display the entire height of the card when expanded. val listState = rememberLazyListState() val coroutineScope = ...
Ibtihaj's user avatar
  • 71
1 vote
2 answers
103 views

I am trying to implement a scrolling behavior in my Flutter application where a widget can be scrolled to either be only partially visible at the bottom of the screen or fully visible at the top. I've ...
Xavier Soh's user avatar
0 votes
1 answer
143 views

I have a TWebTableControl component on my form with hundreds of rows in it, but I'm only seeing a couple of the rows and I'm not able to scroll in the table component as there isn't a scrollbar and ...
Shaun Roselt's user avatar
  • 4,563
1 vote
2 answers
1k views

I am trying to create the vertical list of items (Containers) of different height which could be scrolled to the fixed position with ScrollablePositionedList.builder. To manage my list of items, I ...
kokserek's user avatar
  • 589

15 30 50 per page
1
2 3 4 5
40