1
vote
1answer
29 views

Remove the mouse over effect on a ListView in WPF

I'm using WPF to write a windows 8 tablet application and have a ListView control on the screen. The list view has numerous rows that cover more than 1 page, so vertical scrolling is enabled. When I ...
1
vote
1answer
27 views

Wpf Listview header Margin set to 0

How can I set listview header margin to 0 ?
3
votes
2answers
33 views

WPF Listview Item alignment

I'm fairly new to WPF. And i want to know how to align items side by side but still Horizontal. So lets sat this is my items right now: ( 0 ) ( 0 ) ( 0 ) ( 0 ) ( 0 ) But if there ain't more ...
2
votes
1answer
18 views

Getting a value from a row object via DataContext in a Listview

I have a listview that is populated from an XML file using DataTemplates. On every row a button is generated. When you click on the button I want to do something with the values on that row. So far so ...
1
vote
2answers
27 views

WPF ListView: Howto refresh manually?

I have a binding problem with the WPF ListView. The view model implements INotifyPropertyChanged to get triggered on data updates. But it contains an observable collection of a type ("Person") that ...
0
votes
1answer
16 views

ListBox with extended selection mode, bring selected in view

I am writing this only to help others who might face the same issue. I have a list box with selection mode set to extended. In a certain user story of my app I needed to deselect all selected items, ...
0
votes
1answer
12 views

WPF multipage Listview printing when using GroupStyle

I have coded up a ListView report using xaml, mvvm and it works just fine. The xaml code deploys ListView.GroupStyle and the resulting report has a group header, items listing and group totals and ...
0
votes
1answer
25 views

WPF ListView-GridView : bind image

I'm working on a desktop WPF app (.net 4). One of its window contains a tabControl whose tabitems contain each aListview, whose view is a GridView. TabItems, ListViews and GridViews are all ...
0
votes
1answer
22 views

ListView changing CheckBox visibility via DataTrigger

I have a ListView where each line shows a CheckBox and 2 TextBlocks. It's bound to an ObservableCollection where each item has a IsDuplicate property. All the data binding works and I have a ...
0
votes
0answers
18 views

Combining ListView ItemTemplate and GridView

I have a ListView that has its' View property set to a GridView. I also wanted to be able to mouse over any ListViewItem and have a red X show up on the right of the row (on the right border of the ...
0
votes
0answers
17 views

ListView contained in UserControl malfunctions if UserControl's visibility is set to Collapsed by default

This is a followup to this question: Identical ListViews display differently - Columns don't stretch on one I found that when displaying a child UserControl with a ListView within a parent ...
0
votes
2answers
31 views

WPF: multi-column listbox / listview?

I'd like to create a list in WPF that displays data in several columns, like Explorer display a list of files in 'Small icons' view mode: Each item must be represented by a DataTemplate and the ...
0
votes
1answer
26 views

WPF - Behaviour of ListviewItemFocus selected by arrow key doesn't work like mouseclick

I would like to paint the dotted border of an listview item when I select it with mouse click. You can see only the dotted border when i select the listview item with arrowkey. Here you are an ...
6
votes
2answers
77 views

Identical ListViews display differently - Columns don't stretch on one

I have run into a bizarre problem. I am displaying a UserControl within a UserControl and at the moment each contains a completely identical ListView, as in I copied and pasted it from one to the ...
0
votes
2answers
32 views

How can I get my ListView to focus in on a particular item?

I can't seem to figure it out, because I don't seem to be able to cast my ListView's items to the ListViewItem type and call ListViewItem.Focus(). The following won't work because the ListView's items ...
1
vote
1answer
35 views

wpf xaml loop thru a gridview which is inside a listview and get the cell value

I have the following in my dgridtext.xaml file. XAML <Grid x:Name="grid1"> <StackPanel> <ListView Name="listview1" IsTextSearchEnabled="True" ...
0
votes
2answers
82 views

Simple way to read / write to / from ListView in C#?

Is there a simple / standard way to read from a file into a listview and save from a listview to a file? I really don't care if it's a TXT file, a XAML file or a binary file. It's not important and I ...
0
votes
2answers
51 views

Display value from dictionary in listview instead of abbreviation

I have a ListView where I display a collection of entities. One of these columns contains an abbreviation, and I would like to display another text. I have both the abbreviation and the ...
0
votes
2answers
51 views

Simple ListView data binding

I'm trying to display data in a ListView with WPF and C#, and I'm confused by the different examples and methods I have seen. I'm looking for a fully working example similar to my program, or a list ...
0
votes
1answer
33 views

How I can manage to fill listview with .dbf

I'm trying to open .dbf via c# wpf and load it into a ListView, but I have no luck. In my ViewModel: public void DBF() { var databasePath = ...
0
votes
2answers
34 views

Setting SelectedItem in ListView when user clicks in ItemTemplate Textbox

I have the following ListView (simplified): <ListView Name="lvwNotes" KeyUp="lvwNotes_KeyUp"> <ListView.ItemTemplate> <DataTemplate> <StackPanel ...
1
vote
4answers
34 views

How to format double value in XAML to remove zeros at the end, without scientific representation?

I need to show double values like: 0.00008 in ListView. Unfortunatelly very often values are represented as exponential/scientific: 1E-8. I don't want users to see 1E-8 type values. I don't know and ...
1
vote
2answers
66 views

Change selection highlight color in list view

How do I do this? Everything I've founds says this should work, but it doesn't for me. What am I doing wrong? <ListView ItemsSource="{Binding ListViewItems}" > ...
0
votes
0answers
29 views

How to travel ListView cell by cell using Tab Key

I have used Gridview in listview. I have bind AllPatientInfoCollection class to Listview through ItemSource. I have set IsTabStop="True" KeyboardNavigation.TabNavigation="Continue" ...
0
votes
2answers
38 views

Add columns and rows to wpf listview dynamically

i want to add new columns and rows to a C# WPF ListView (GridView) at runtime. As far as i know you can only add rows to a gridview by using anonymous objects or classes with a static set of members ...
1
vote
4answers
56 views

Passing values to IValueConverter

I have a ListView that has a Grid with two columns and many rows. Each row has a TextBlock in each column with each Text property binded to a value in ListView's ItemSource. I need to do some ...
1
vote
1answer
30 views

Loading Images in Listview WPF like Windows 7

Currently I am showing many images (image thumbnails) in listview. For sake of memory management I have use virtualization in Listview and it does its job. Now what I want is to show a default icon ...
0
votes
1answer
20 views

Creating a split listview

How would one go about creating a split listview or something similar? One which has some items in the upper part, a some items in the lower part. I guess scrolling would be a problem, but let's ...
0
votes
1answer
34 views

DataTemplateSelector won´t get used

to switch between two ItemTemplates in my ListView based on the current Item type, I implemented a DataTemplateSelector. I added it via Binding to the ListView. But if I set a breakpoint, it never ...
0
votes
0answers
36 views

How to show parent child collection data in ListView?

I've been struggling with this for days. Let's say you have a class containing a collection of child classes containing a collection of child classes: public class A { public int aItem { get; set; ...
0
votes
0answers
14 views

ListView with different ItemSources

i want to display two types of object's in my ListView: [Section] and [Key]. Section contains a list of [Section] and [Key]. If the current ItemSource is a [Section], the ListView should display all ...
0
votes
2answers
56 views

WPF or Windows Forms custom control [closed]

I need a component that allows me to have a list of items, and to the right and to the left a picture with the title. Of course a component unique and dynamic. Is there already a similar component? ...
0
votes
1answer
49 views

WPF ListView using both ItemTemplate and GridViewColumn.. is it possible?

I have a requirement where I have a listview which is bound to a collection by making use of GridViewColumn. But I have a requirement where based on certain selected value in a column, I modify the ...
0
votes
1answer
25 views

Making a grid in a ListView ItemTemplate fill

I have a ListView which has a data template based on a grid. The xaml is as follows: <ListView ItemsSource="{Binding SomeItemSource}" HorizontalAlignment="Stretch" ...
1
vote
1answer
44 views

Display a ListView row in a label

I have a ListView in WPF that is getting data from a database. I want it that, when i have a column selected, and press a button, it will display a row as label.content. Here's what I have this far ...
0
votes
1answer
48 views

How do I add a row to my list view?

I can't seem to get this to work. Anyone have any ideas why? Here is the markup: <ListView Width="210" Height="83" Margin="0 0 5 0" Name="FiltersListView"> ...
0
votes
1answer
18 views

Anybody know how to remove the Default highlight colour from a WPF listbox that uses a DataTemplate as its listbox item?

Anybody know how to remove the Default highlight colour from a listbox that uses a DataTemplate as its listbox item? I can remove the style ok when I use a ControlTemplate as my listbox item style.
0
votes
2answers
38 views

list view population using only xaml

I read a lot about the listView and still cant understand... I defined the following listView with 5 column, the first is label and the rest are texboxes. I need to add 13 rows that every textbox and ...
0
votes
0answers
37 views

WPF getting data from dynamic combobox in listview

i have created a listview, with a column that genarats combobox. and i have manage to get the data into the combobox's as i like. but now i need to get the selected values of them out. and i dont know ...
2
votes
1answer
142 views

WPF Rounded Border ListView clipping Issue

I have a ListView with a rounded border. When you click on a ListVIewItem, an arrow that sticks out of the ListView (by changing the margin) appears. It looks good at first, but once you click ...
0
votes
1answer
51 views

WPF ListView does not display horizontal scroll bars if there are no items in the list

I have the following straightforward list view in a window that is 300px by 300px in size. <ListView> <ListView.View> <GridView> <GridViewColumn ...
2
votes
1answer
51 views

Hiding elements in a GridView (used as a ListView's view) completely?

I have a ListView and a button. Now, when I press the button I want to display only the elements that meet the required criteria. I'm using a converter on the visibility of the items, but if I return ...
0
votes
0answers
50 views

How do I remove the default Mouseover/Selcted Item highlight style on a listBox/ListView when using a DataTemplate as my ItemStyle?

When using a Listbox I normally use an ItemContainerStyle for the style of my items. I could then change my default mouseover highlight style no problem. With a DataTemplate as my Item style I cannot ...
0
votes
1answer
40 views

Fit Columns to Listview width

I want the columns of listview to fill all the listview. How do I do it ? <ListView Grid.Row="0" ItemsSource="{Binding }"> <ListView.View> ...
0
votes
0answers
44 views

clicking the hyperlink inside WPF listview is not selecting the corresponding row

I have following listview with a gridview column and cell template for that gridview column. But when I click on the "hyperlink", the corresponding gridview row is not getting selected. Could anyone ...
4
votes
1answer
120 views

DataTrigger not firing when scrolling in ListView

We are having an issue with a pair of ListView controls in WPF, these controls are linked together to work as a single grid with a frozen column on the right hand side which contains a checkbox. This ...
0
votes
2answers
59 views

How to do Drag and Drop in WPF between two lists?

I'm having a hard time solving an issue of mine, I'm literally going mad. Here's the idea: I have two ListView elements, and I need to open a dialogue when an element drops from the first list onto ...
0
votes
1answer
80 views

WPF: ListView with Images from a folder

I'm sort of new to WPF, but I have to do this and it's taking a lot of my time. I've searched for a solution but there are many alternative solutions and I honestly don't understand most of this. I ...
0
votes
1answer
66 views

How to concatenate multiple XML childnodes into one in a ListView row?

I'm developing an application that queries MusicBrainz for data and I'm viewing it by binding the results to ListViews using some XPath. Now, the underlying XML for the second (albums) ListView is ...
0
votes
1answer
44 views

WPF The property 'Content' cannot be data bound to a visual element

I have a list view and on the first column i try to bind the index of the underlying collection. <Window.Resources> <local:IndexConverter x:Key="IndexConverter" /> ...

1 2 3 4 5 27