Skip to main content

All Questions

Tagged with
19 votes
7 answers
40k views

C#/WPF: Make a GridViewColumn Visible=false?

Is there an option to hide a GridViewColumn somehow like this: <ListView.View> <GridView> <GridViewColumn Header="Test" IsVisible="{Binding Path=...
0 votes
1 answer
241 views

How to change the item color and do some action when the item of the listview is visible in the viewport in flutter?

I have generated a list of items by using for loop and then add those items in listview in the tabbarview. In the listView, there are items (containers) and when that particular item is seen fully in ...
2 votes
2 answers
3k views

How can I determine if a VB.NET ListView is displaying vertical scrollbar to user

I feel like this should be something simple, but I can't seem to find out how to do this. I have a list view control, and I would just like to be able to determine if the vertical scroll bar is ...
0 votes
1 answer
769 views

How to set progress bar visibility to invisible once data comes from a server and appears on listview?

I want to set the progress bar visibility to invisible once data comes from my server and display in a listview. Here is my code public class MainActivity extends AppCompatActivity implements ...
2 votes
1 answer
1k views

How to add visibility binding for MenuItem of ContextActions of a ListView

I am trying display context actions menu items while selecting any listview item, there I have added three menu items. But I need to bind the visibility for those Menu Items. Depending on selection ...
0 votes
1 answer
85 views

Xamarin forms: Different item is invoking instead of selected item in flowlistview?

Recently I have posted a question related to flowlistview item visibility, this question is also related to that. I have 8 images in a list, initially show a question mark image. When tap on the ...
0 votes
1 answer
487 views

Xamarin forms: How to handle the flowlistview selected item visibility?

I have some images in a flowlistview, initially show only question mark image. When tap on the question mark image, the real image will visible instead of the question mark image. I have done like ...
22 votes
8 answers
34k views

Android: How to hide a ListView Item

How can you hide an item in a ListView or at least set its height to zero? I have tried setting the visibility of the View to GONE but it still maintains the item's space (height).
5 votes
2 answers
5k views

Check Scrollbar Visibility

Is there a way to check if the Vertical Scroll Bar is visible on a certain ListView object? I got a Windows Forms with a listView on it, on the resize event i would like to catch if the listview has ...
0 votes
2 answers
699 views

on button click the visibility of a column in listview should set to false

how can a visibility of a particular column can set to false in a listview..that is the column should exists in the client site but in hidden form... what is the option other than setting the width to ...
7 votes
7 answers
12k views

Android set View.GONE does not "release" space in listview

I have a listview with some items that can be marked as "done". There is also a togglebutton that says "hide done items". However, when I do hide the items by setting setVisibility(View.GONE) there ...
6 votes
1 answer
7k views

Hiding ListViewItem instead of removing it?

The common way to NOT display a ListViewItem is to remove it. I my current project, this makes things too complicated compared to the possibility of just hiding the item. Is there any way to hide a ...
0 votes
1 answer
155 views

setting the visibility to gone if a listitem is empty

I have a problem that I've tried to resolve for some time with the tips I've found from googling on this issue. My SimpleAdapter looks like this: @Override protected void onPostExecute(Void ...
2 votes
2 answers
2k views

Android listview imageview in listitem gets hidden on scroll

I am having this weird problem when trying to dynamically set visibility and image drawable of imageview in list item. When it initially loads its shows up completely fine but when I scroll it up or ...
0 votes
1 answer
1k views

WPF binding to Visibility of an Itemtemplate of a Listview not working [duplicate]

I am using WPF Prism.Mvvm. I have a navigation bar on the side containing a Listview bound to an Itemssource. Those Items contain an image and the content. Now my goal is to collapse the content of ...

15 30 50 per page
1
2 3 4 5 6