Is it possible to 'freeze panes' in SharePoint lists?
I need to keep my columns header, so people can see what data is displayed there, but I can not find if it is possible, or how to do it. Also will be nice to add a navigation bar to the list. Any...
View ArticleHow to retrieve data from sql server db in android
this is the first time I am developing an android application. I want to bind some data with grid view or list view based employee id provided on the text box. How can I do that. Please help me to find...
View ArticleAdd Items to a ListView from a database
I am a Vb nooby and I have trouble to add specific Items to my Listview from a database.I would like to compare the value of a combobox with a column value of a table.To proof if they are equal like...
View ArticleListView Multiselection
I tried to implement the multiselection on Android ListView. I want to select/deselect more than one item and these items should keep highlighted or not.I don't want to use CheckBoxs for selecting the...
View ArticleBind two textfields and a ListView to activate a button in JavaFX
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...
View ArticleFlutter - Container BoxShadow disappears on scroll in a ListView
This is what my Container looks like:new Container( width: 500.0, height: 250.0, padding: new EdgeInsets.fromLTRB(20.0, 40.0, 20.0, 40.0), decoration: new BoxDecoration( color: const Color(0xFF66BB6A),...
View ArticleFlutter Statefulwidget update error in ListView
Steps to reproduceA ListView widget with stateful widgets in itInsert a new stateful widget into ListView (And the new widget should be of the same type as the original widget in the ListView at the...
View ArticleAndroid set single item background color in listview
I need to change color on selected item in list view, i know how to do that in click method, but the thing is that I want to set it then i load new activity. In that activity I'm creating listview and...
View ArticleHow can I set the maximum height on a ListView?
I would like to create a UI where half of the screen is a ListView and the bottom half is another view. Not sure how to specify the maximum height for the ListView.<?xml version="1.0"...
View ArticleC# Refreshable ListView Binding Issue
I have a ResourceDictionary called Document. In it, I have a DataTemplate with it assigned x:Key="AnimalsDataTemplate".The document is registered in my App.xamlApplication.ResourcesResourceDictionaryIn...
View ArticleSwiftUI: Why is my view pushed and popped immediately when being called from...
I have recently started working with iOS and SwiftUI. I ported a simple solitaire-type game over from Android and I have it mostly working, but now I'm trying to implement a view that renders previous...
View ArticleHow can I customize the fields displayed in "Recently Viewed Contacts" list...
I'm working in Salesforce and trying to customize the fields that appear in the "Recently Viewed Contacts" list view for the Contact object.I understand that for the generic "Recently Viewed" view, you...
View ArticleUpdate composable when list changes
I've got a composable on a Screen which shows a list of Track items (favourites):var favourites: MutableList<Track> by mutableStateOf(mutableListOf())@ExperimentalFoundationApi@Composableprivate...
View ArticleGetting reference for a inner control in a ListView
I am new in Android and I have read some tutorialss about custom ListView and I am doing an app to manipulate data I resume my problem with this little app. the screen is this:in this there are a...
View ArticleC# BackgroundWorker to access ListViewItem [duplicate]
I'm sure this has been asked millions of times before but I'm banging my head against a brick wall at the moment. First I will give you an overview of my goals:I am creating a media conversion...
View ArticleUpdating a value on a ArrayList which feeds a ListView is not displaying the...
I have a ListView of comments, like a sort of Twitter. So each comment has a button and a count, like a retweet button and a TextView that shows the number of retweets. When the button is clicked I...
View ArticleAdding button into a Listview in WinForms
Is there a way to add a button control to a cell in inside a ListView in a WinForms app?
View ArticleWinAPI - How to implement ListView sorting?
Trying to sort values in a WinAPI ListView in C, with code based on examples, MSDN and multiple Q&A forums including SO. The code to create the columns and insert the items is as follows:int...
View ArticleProper way to divide into 4 pieces an android layout
what I want to achieve is, divide the rows layout described in picture below. what should I do to achieve dividing the row into 3 exactly same size and 1 unknown size? X are same size and i dont know...
View ArticleJavaFX Listview with custom cell factory doesn't display anything
Hi I'm writing this javafx application for school and I'm trying to implement a page where a listview displays a list of timeslots (custom class with two date and three UUID fields - 1 PK and 2 FK for...
View Article