0
votes
0answers
16 views

ListView nest GridView

I nest a GridView in a ListView item to show the picture. There are three columns. When showing one picture, there is a large portion of margin on the right of picture. I click the margin it no ...
1
vote
1answer
19 views

ASP.NET Control Data Source changed by another Control

I have an ASP.NET Gridview control that allows you to select an employee. The employee entity has a navigation property for group entity. I have an ASP.NET ListView control that displays all the ...
0
votes
0answers
19 views

List/Grid not setting images properly

So this is the deal. I got a List/Grid with an adapter. Each row/tile has an image. This image is in a server. So I got to download it. I use a custom AsyncTask for this. like this: ImageView ...
0
votes
0answers
18 views

Sorting the WPF Listview

Iam having a ListView named "ListLoginDetails" in WPF. In which I displays two columns namely "User_Name", "Password" through DataSet. Now I haven to Sort the ListView on Both Ascending & ...
0
votes
0answers
37 views

Control Options for Editable Grid in VBA

I'm looking to create a control in a VBA userform which allows for user editing of a multi column grid. Ideally I would also be able to enforce some restrictions on said grid as well (such as only ...
0
votes
1answer
50 views

Why is my GridView not being shown?

Trying to get data from a listview into my GridView using the following method. However when I run the application I dont see the gridview, only the statslist and the update Button. Code public ...
2
votes
1answer
29 views

Detect when ListView is scrolled to the bottom

I have a fairly standard ListView with a GridView: <ListView x:Name="ListViewProducts" ItemsSource="{Binding Products}"> <ListView.View> <GridView> ...
1
vote
1answer
140 views

Bind data to Gridview instance inside ListView ItemDataBound

I got ListView control that has a Gridview inside its ItemTemplate <asp:ListView ID="InboxList" runat="server" OnItemDataBound="InboxList_ItemDataBound" OnItemCreated="InboxList_ItemCreated"> ...
2
votes
1answer
149 views

Staggered GridView with ScrollListener

I want to create a grid-like in Pinterest or Wish Android applications. I already found some solutions like http://www.androidviews.net/2013/01/pinterest-like-adapterview/ But all the solutions that ...
0
votes
0answers
55 views

gridview inside listview layoutparams android

use: public View getView(int position, View convertView, ViewGroup parent) { final int type = getItemViewType(position); if(position == 1){ GridView gridView = new GridView(context); ...
1
vote
1answer
78 views

wpf ListView - disable header mouse over effect

I have a simple 1 column ListView and I need to disable the mouse over effect for the GridViewColumnHeader. I tried grabbing the style from here: http://msdn.microsoft.com/en-us/library/ms788747.aspx ...
0
votes
0answers
116 views

JQueryMobile 1.3 - Split buttons with responsive grid

Has anyone come up with a way to use split buttons with the new (v1.3.0, 1.3.1) responsive grid-view feature? I'm following JQM's demo page, and the split buttons look terrible in grid mode by ...
0
votes
2answers
253 views

jquery mobile switch between grid and list view

I'm trying to create a jquery function which switches betweena grid and list type layout of elements on my jqm page. Here's my html structure: <div data-role="page" id="portfolio"> <div ...
0
votes
1answer
85 views

WPF GridView shared cell template for all columns

I am trying to create a DataTemplate that can be shared for all columns of a GridView, which has it's columns created dynamically (through code-behind). I would like to create the DataTemplate as a ...
0
votes
1answer
120 views

Android two column Layout

I want to make a layout like the photo below and the separate column can be click I survey listView two columns, but there is no separate line and there is only one column click How about GridView!? ...
0
votes
2answers
68 views

Appropriate use BaseAdapter class specifically getView method

So far I have seen several examples of applications that use BaseAdapter and ArrayAdapter<?>. but I am still not completely clear the reasons why should be that way. The first example is ...
1
vote
0answers
51 views

Prevent reorder first column

I have a listview which contains a gridview with gridcolumns, i want to reorder all columns except first column. How can i do this? Also i want to save new columns position. My code for the listview ...
0
votes
2answers
188 views

List with multiple radio buttons in android

I'm developing an application with the list of member who participating in different events. A group of people participating in a group of Games. But one person can participate in only one game. So ...
0
votes
2answers
407 views

How to use “Android-Universal-Image-Loader”

I want to gridview and listview using Android-Universal-Image-Loader. https://github.com/nostra13/Android-Universal-Image-Loader I downloaded and modified it. it works fine, however when I change ...
0
votes
1answer
235 views

Default background color for pressed item in ListView / GridView

I'm trying to make a selectable GridView. So I need the default color for this (when you click on item it should stay selected). I just need the default (light-blue) color for pressed items (like the ...
0
votes
2answers
127 views

Default background color for pressed item in ListView / GridView [duplicate]

I need the default light-blue color for pressed items in ListView or GridView. view.setBackgroundResource(android.R.drawable.list_selector_background); doesn't work. Thank you.
0
votes
1answer
194 views

Viewpager with gridview invalid index error

I have a viewpager which has multiple pages containing gridviews which are limited to a pre defined number of items. The gridviews use a custom adaptor which for each page shows a predefined number ...
0
votes
1answer
109 views

WPF listview virtualization with columns

I am trying to create a listview (5'000 items +) that has a smooth scrolling. I found a solution in the inet, that "virtualizationmode=Recycling" could do the trick. Well I totally am lost, since I ...
-1
votes
1answer
62 views

Adding items to GridView from ListView [closed]

In my application home screen i have a gridView with 10 items with icon. I added those items by using a adapter. I have another screen listing all the items i have (getting it from a url and ...
-1
votes
1answer
167 views

How to Set the TextView in image display from GridView In Android

Hello EveryOne!! I have displayed Images in gridview .Now On clicking Any image from gridview I am navigating to the next page with the clicked image shown on the Screen .As per my ...
0
votes
0answers
13 views

Gallary Using RssFeed

Try to develop an Android Gallary Application Using RssFeeds.The Screen Contains the Title and Image all are Placed in Grid View the above all details from the Rssfeed.If the User click any item of ...
1
vote
1answer
138 views

Can we have a listbox as a field in Gridview, and also can be make editable fields inside a Gridview..? [closed]

I have to create a prescription for doctor, where medicines are automatically taken from database, and doctors can then write the type, potency and frequency of the medicine to be taken themselves. ...
0
votes
2answers
93 views

Android: I want to swipe between cells of a grid where only one cell is visible at a time

I want a single cell of a grid to take up my whole screen and swipe up/down/left/right to access other cells (not smoothly, but switch to the next cell). What do you think is a good way of ...
0
votes
3answers
54 views

How can i spread Database cells over the same html row + skip to a new row every number of records?

i have a database table containing ID and Name. in Default.aspx i only show the Name cell (column) off the DB table, this is not a big deal. But GridView generates an html table like this (of course ...
1
vote
1answer
186 views

ImageView + ListView + GridView - Scrolling works only with ListView

I wrote xml file that show imageview then listview then gridview .. the imageview doesn't scroll up .. only the listView scrolls and the gridview doesn't appear at all I tried using ScrollView .. ...
0
votes
1answer
202 views

asp.net - How can I successfully update a gridview (or listview) that has been dynamically generated?

In the code behind I am collecting information from the database, and then with a loop, displaying that info in different tables. I would like to make it so the user of the site is able to update the ...
1
vote
2answers
72 views

Set a maximum number of selected items

This might be a silly question, but... How could I implement a maximum number of selected items within a listview/gridview? I'm having a listview with 9 items, from which I'd like the user to be able ...
0
votes
1answer
67 views

Form view update issues

I am using asp.net with a c# back end to create a job website with a master and detail view. To pull data I am using entity framework that was reverse engineered code first from a SQL server 2005 ...
0
votes
0answers
84 views

List view inside grid view cell not scrolling

In my app I want add list view inside grid view cell .But list view inside grid view cell not scrolling . Please provide me appropriate solution to solve this issue .
0
votes
1answer
611 views

WPF - ListView - GridView - How to find Control from gridview

I am using listview contain gridview to bind the data. I want to find the check box controls (i.e. chkUser) on button click event. (i.e. btnUserId click event) How I can achieve it. If here is any ...
2
votes
1answer
70 views

How to access onRowDataBound event

I am using ListView containing a GridView to bind the data. I want to do some work on each row during data bind but before displaying the complete data to UI. This is general done in asp.net by ...
-1
votes
1answer
289 views

WPF - ListView - GridView - Access CommandParameter from .xaml.cs file

I am using listview contain gridview to bind the data. How I can use CommandParameter present on button from my .cs file. The button is present inside my gridview. Also how to identity each row by id ...
0
votes
1answer
230 views

How to convert GridView to ListView when change to snapped view in windows8

In the Full screen Landscape view, I have a Gridview control to display data, I want to convert the Gridview to Listview when change the view to snapped, after researching for a long time, still ...
0
votes
1answer
121 views

Change background of one row of a GridView

I have a GridView within a ListView in WPF. The ListView (and GridView columns) have a bound ObservableCollection that populates them. How can I change the background of one row of the GridView, ...
1
vote
2answers
91 views

Updating one element of a bound Observable collection

I have an observable collection with a custom class called songInfo inside. It is bound to a ListView. Here is the code for the binding... C#: ObservableCollection<songInfo> songData = new ...
0
votes
1answer
95 views

How to manipulate items in C#

I'm making a Windows Store App using C# and XAML. How can I manipulate one single item in a GridView or a ListView? According to certain logical conditions, I need to load or not the item in these ...
0
votes
1answer
161 views

How to create a ListView with GridView inside

I am trying to put ListView items in my ListView, which is seperated into columns with a GridView object. I have no idea how to put new items in the columns, and there are not so many useful ...
0
votes
1answer
147 views

Binding an Observable Collection to a ListView

XAML: <Window x:Class="Genesis.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow" ...
0
votes
1answer
244 views

Synchronizing two ListViews in WinRT

I'm trying to synchronize the selected items of two different ListViews in a WinRT application, so that selecting an item(s) in one selects the same in the other. Both lists are bound to the same ...
0
votes
2answers
235 views

how to add items into listview without binding WPF

I want to add some items to a listview that is a gridview. I want to do it through code without implementing the binding option, Simply adding values to set of cells of some sort. I know it's not the ...
0
votes
1answer
297 views

ListView with GridView selected row - remove 3D appearance

I have a WPF ListView that contains a GridView. I want the selected row to look "flat" and not 3d style. Dose anyone know how to do this? Thanks, Smadar
1
vote
2answers
1k views

jquery mobile grid view and list view on the same page

New to jQuery Mobile. I have a list of stock that I want to be able to change the view of on the same page. So I have my list, then I want to be able to have two buttons at the top of the page: List ...
0
votes
1answer
260 views

Windows RT: Snapped mode Change GridView to ListView

When my app is snapped displaying a GridView isn't the best way to present the information. I want to present it in a ListView instead. I also want to change the item template as well. I currently ...
3
votes
1answer
285 views

How does one get a ListView (GridView) cell's contents when clicked with a mouse

I am trying to get the text value of a "cell" inside of a GridView that is set as the view of a ListView. I do not want to get the SelectedItem of the ListView as that just returns my entire View ...
0
votes
1answer
130 views

how to take a listview into the gridview

This a sample calendar use gridview , now i want add new thing in calendar "day" , so i think i can use the listview layout in the month of day , now i have probleam is how can i use the listview in ...

1 2 3 4 5