Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
28 views

What is the right way to get the indices of the visible items of a list displayed using scrollablePostionedList? Some examples on StackOverflow use: var first = itemPositionsListener.itemPositions....
Piet M's user avatar
  • 23
0 votes
1 answer
45 views

I've been struggling with this for a while, and I've almost got it- but not quite. This is what I have so far: pub fn load_folder_view(state: &mut State) { let path = state.current_folder_path....
Cyncrovee's user avatar
1 vote
1 answer
69 views

Can anyone tell me why this doesn't work. I am targetting Windows at the moment.. when I run it the cells appear on the page but there is no text in them. I get the same problem with CollectionView. I ...
graham's user avatar
  • 13
0 votes
0 answers
56 views

I mounted a trial code using a ListView widget to show three cards: Result(), ImputField(callbackFunction: callback) and VideoStreamer() item. Is it possible that the callbackFunction only rebuilds ...
drumanart's user avatar
1 vote
2 answers
124 views

I want to have a QML ListView with a header that stays in place when the items are flicked or scrolled. To achieve this, I have set the headerPositioning to ListView.OverlayHeader and changed the ...
HJP's user avatar
  • 117
0 votes
1 answer
76 views

GitHub link: https://github.com/IgorArnaut/Django-ListView-Pagination-Search-Sorting-Issue I have an issue with the ListView. I have pagination, side form for filtering and a form with select for ...
IgorArnaut's user avatar
0 votes
0 answers
116 views

I'm facing an issue in my Flutter desktop app for Windows when scrolling through a list with items of different heights. When I drag the scrollbar, it noticeably lags behind the mouse cursor and ...
Eugenio Uglov's user avatar
0 votes
1 answer
98 views

I want to select items in Listview by Ctrl (or Shift) + Click on item or by Drag-Select mouse gesture with focus rectangle like this:and keep items selection order. I handle ...
ibogolyubskiy's user avatar
0 votes
1 answer
71 views

I'm developing a WinUI 3 desktop application using the "Empty App, packaged with Windows Application Packaging Project (WinUI 3 in Desktop)" template in Visual Studio on Windows 10 (build ...
Davide Mecozzi's user avatar
1 vote
2 answers
111 views

I have a very long ListView with long text in the ListView item and I don't want the text to wrap automatically. How to modify the code to scroll the entire page horizontally to show the text on the ...
Jim Weiss's user avatar
-1 votes
1 answer
47 views

My code below fails when I call adapter.notifyDataSetChanged(). I got this code from an example. Not important to the question but I am filling an editText box with a scanned barcode. I then try to ...
user15108413's user avatar
2 votes
2 answers
119 views

In a resource dictionary I am defining a DataTemplate with x:Key="AnimalsDataTemplate". The resource dictionary is registered under Application.Resources in App.xaml. In my main page, I have ...
Tim's user avatar
  • 23
0 votes
1 answer
65 views

I try to find a solution for my problem, but I'm at a dead end of my attempt and my small JavaFX skills. Long story short, I want to activate a Button when two TextFields contains valid values and a ...
ryanthara's user avatar
1 vote
1 answer
36 views

In my app, I have a ListView that I would like to populate with Firebase data. I successfully did it, but now, I would like to separate my ListView in another dart file main.dart class ...
Waza_Be's user avatar
  • 39.6k
0 votes
0 answers
72 views

In Delphi 12.0, I'm using Firemonkey TListview. I link a dataset to it so the contents show the dataset correctly. However if I modify a record it will not update the changed row in TListview. ...
Peter Jones's user avatar
1 vote
1 answer
181 views

With the code below I can create a button inside a listview item but when I click on the button it causes an error, any ideas to solve it, apparently it could be because I am not able to add a ...
maugustomoreno's user avatar
0 votes
1 answer
54 views

I'm trying to implement this posts-filter functions using Provider in Flutter, the posts has title, timestamp, pfp, and number of likes/comments, my problem is let's say if the user sorted to Oldest ...
Henry Davis's user avatar
0 votes
1 answer
77 views

I have a set up where I have two DisclosureGroups and list of items beneath them: struct HomeView: View { @State private var selectedItem: String? var body: some View { ...
Ser Pounce's user avatar
  • 14.3k
0 votes
0 answers
49 views

I am building a Flutter widget that displays a ranked leaderboard of users, where one of those users is me. I want to implement the following functionality: If I'm not currently visible in the list, ...
Julian's user avatar
  • 11
0 votes
0 answers
105 views

Actual Behavior: Memory usage continuously increases over time Memory is not being released even with proper disposal patterns implemented Code Implementation: using System.Collections.ObjectModel; ...
sssyyy's user avatar
  • 1
0 votes
0 answers
52 views

I'm working on a Flutter app where I have a TabBarView under a TabBar to display different lists. Each list dynamically generates HistoryCard widgets based on a mock data source. However, when the ...
CeleX's user avatar
  • 1
0 votes
0 answers
29 views

I am testing if it is possible to have a tool tip show up on top of a ListView Group Header. The following code works, which is in the subclass procedure for the ListView. The main issue I'm asking ...
user3161924's user avatar
  • 2,551
1 vote
0 answers
43 views

Got problem with ListView using ListModel. Code seems to be straightforward and quite simple, but I missed something and cannot figure it out: import QtQuick import QtQuick.Controls import QtQuick....
Robert's user avatar
  • 244
0 votes
1 answer
57 views

In my Windows Explorer type app with the obligatory Treeview and Listview, and having the users chosen file path continually updating in a Textbox, is there a way to navigate to different nodes in the ...
user1377723's user avatar
1 vote
2 answers
88 views

I am trying to display list in Table. But text overflow issue raised. How to fix this issue with css? Kindly guide me. .pkgtable { width: 100%; table-layout: fixed; } .pkgtable th, td { ...
Joshua's user avatar
  • 439

1
2 3 4 5
1053