Advanced Forum Search Results
-
looks like the key for the entities that are being returned are the same
-
In the datatemplate use grid instead of stackpanel
-
Add this to Listbox
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
-
this post should help
http://leeontech.wordpress.com/2009/08/27/databinding-in-nested-controls/
-
validation would be tricky, I would try using expander to group the fields
-
you have to set the datacontext in Initializecomponent or pageloaded event handler
DataContext=this;
-
You are right. looks like there are issues with the positioing of the scrollbar
-
You can get the scrollviewer and modify the offset. this post might help
http://leeontech.wordpress.com/2009/10/08/listbox-and-scrolling/
-
what do you want get fired on datagrid,listbox?
-
if you are talking abou the filler column that fills the remaining space in the datagrid. one way is to size the 1st two columns to fill the datagrid width