Windows Presentation Foundation (WPF)
CodePlex Home
Register
|
Sign In
|
CodePlex Home
Home
Downloads
Discussions
Issue Tracker
Source Code
People
License
Close
RSS
All Project Updates
Discussions
Issue Tracker
Releases
Reviews
Source Code
Wiki & Documentation
RSS
Discussions List
|
Create New Discussion
1-10
of
1842
< Previous
Next >
Discussions for Windows Presentation Foundation (WPF)
Latest post:
Today
1:27 AM
2 Posts
scroll to data with keyboard letters like ListBox
First post:
danblanchard
wrote: Is there an easy way to have the data grid handle letter keystrokes to scroll to data in the datagrid? ie, if they press L, it...
Latest post:
rarmstrong
wrote: Hi Dan,The only way I can quickly think to do this, is to do it in the keypress event, then run through the list to find the in...
Jump to:
First Post
|
Latest Post
Latest post:
Today
1:00 AM
2 Posts
How to get the last item of a WPF Datagrid
First post:
dushantha80
wrote: Hi,Does anyone know how to get the last item of a WPF data grid. Also I want to get the selected row number.Thanks,+Dushantha
Latest post:
rarmstrong
wrote: Hi,To get the index of the last item in the grid: int lastIdx = myDataGrid.Items.Count - 1;To get the last item, depending on...
Jump to:
First Post
|
Latest Post
Latest post:
Today
12:39 AM
3 Posts
Unable to set to child properties in DataGridColumn.Binding
First post:
weitzhandler
wrote: Here is the code I am using:<tk:DataGridTextColumn Binding="{Binding Person.Address.Zip}" />I checked and I know for sure that ...
Latest post:
rarmstrong
wrote: Try this...<tk:DataGridTextColumn Binding="{BindingPath=Person.Address.Zip}" />R
Jump to:
First Post
|
Latest Post
Latest post:
Fri
5:45 PM
2 Posts
partial class -- why?
First post:
AdrianAlexander
wrote: I'm building a reusable controls library for my company and have been using the WPF Toolkit as a model to follow for how to org...
Latest post:
jama
wrote: I think the reason is that a user of the toolkit can extend the Calendar class with code while seperating the toolkit code from...
Jump to:
First Post
|
Latest Post
Latest post:
Fri
5:13 PM
1 Post
Where Dependency Property Value is stored?
First post:
jama
wrote: I created the Person class at the end of this post with LastNameProperty dp and I changed its value as follows.public partial c...
Jump to:
First Post
Latest post:
Fri
5:11 PM
1 Post
Different usercontrols in the same datagrid column
First post:
bnovicewpf
wrote: Is it possible to have different usercontrols on different rows in the same datagrid column?
Jump to:
First Post
Latest post:
Fri
4:50 PM
1 Post
[Datagrid] Override default keyboard management
First post:
DrQ
wrote: Hi,I use Ctrl + Up, Ctrl + Left, .... shorcuts to act on a UserControl in the window KeyBinding.But when the datagrid have the ...
Jump to:
First Post
Latest post:
Fri
3:51 PM
12 Posts
Using Ribbon with MVVM?
First post:
dcveeneman
wrote: I am developing a WPF application using MVVM and the current version of the Ribbon control. The commands in my app are all ICom...
Latest post:
lrr81765
wrote: Thanks Seventeeth ! It was in fact an issue with the syntax. I was able to use this with the CompositeCommand. This was importa...
Jump to:
First Post
|
Latest Post
Latest post:
Fri
12:47 PM
1 Post
Custom Control size not set Under Datagrid
First post:
SNEHAL14283
wrote: <dg:DataGrid AutoGenerateColumns="False" BorderThickness="1" ...
Jump to:
First Post
Latest post:
Fri
11:04 AM
2 Posts
IsKeyboardFocusWithin property in DataGrid is always false
First post:
SergiDiaz
wrote: Hello everybody.I wanted to change my selected DataGridRow background when the focus is outside the DataGrid. This is the defau...
Latest post:
SergiDiaz
wrote: Now I feel like an idiot. I was setting DataGridCell.Focusable to false. No wonder they weren't catching the focus...Nothing to...
Jump to:
First Post
|
Latest Post
Configure View
Sorted by
Latest post
Search
Discussion Notification
Sign in
to display notification settings.
Email me
1
2
Cancel
1-10
of
1842
< Previous
1
2
3
4
5
6
7
8
9
10
...
Next >
Show
10
25
50
All
discussions
View All (http://wpf.codeplex.com/Thread/List.aspx?ViewAll=true)
Updating...
© 2006-2009 Microsoft
|
About CodePlex
|
Privacy Statement
|
Terms of Use
|
Code of Conduct
|
Advertise With Us
|
Version 2009.10.27.15987