Click here to Skip to main content
15,890,512 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Need to remove the legend from the Pin
Abhinav S25-May-10 3:33
Abhinav S25-May-10 3:33 
QuestionData Binding Multiple Values Pin
#realJSOP25-May-10 0:07
mve#realJSOP25-May-10 0:07 
AnswerRe: Data Binding Multiple Values Pin
Pete O'Hanlon25-May-10 0:52
mvePete O'Hanlon25-May-10 0:52 
GeneralRe: Data Binding Multiple Values Pin
#realJSOP25-May-10 5:53
mve#realJSOP25-May-10 5:53 
GeneralRe: Data Binding Multiple Values Pin
Pete O'Hanlon25-May-10 7:12
mvePete O'Hanlon25-May-10 7:12 
GeneralRe: Data Binding Multiple Values Pin
#realJSOP27-May-10 5:09
mve#realJSOP27-May-10 5:09 
GeneralRe: Data Binding Multiple Values Pin
Manish V Mahajan29-Jul-11 11:07
Manish V Mahajan29-Jul-11 11:07 
QuestionGrid not updating while swaping element[modified] Pin
Tripathi Swati24-May-10 20:22
Tripathi Swati24-May-10 20:22 
when i am swaping element in grid its refelecting on form but at time of saving when i ll go for reading it will not give me updated one .

for swaping i am using Grid.SetRow and Grid.SetColumn function.

Border borderInnerAttr;
Grid.SetRow(borderInnerAttr, Grid.GetRow(borderInnerAttr) - 1);
                  Grid.SetColumn(borderInnerAttr, Grid.GetColumn(borderInnerAttr));



here i am able to swap element in grid but at the time reading grid it will return me the original position of elements.

Pls help me ....
Reasons are not Important but Results are Important.
http://www.sql4professional.blogspot.com
Swati Tripathi
modified on Thursday, May 27, 2010 8:54 AM

QuestionSetting a textbox based on listbox selection. Pin
jhoga24-May-10 10:51
jhoga24-May-10 10:51 
AnswerRe: Setting a textbox based on listbox selection. Pin
Abhinav S25-May-10 3:02
Abhinav S25-May-10 3:02 
GeneralRe: Setting a textbox based on listbox selection. Pin
jhoga25-May-10 12:28
jhoga25-May-10 12:28 
GeneralRe: Setting a textbox based on listbox selection. Pin
Jürgen Röhr27-May-10 7:10
professionalJürgen Röhr27-May-10 7:10 
QuestionWrap panel in WPF List Box Pin
Hema Bairavan24-May-10 1:30
Hema Bairavan24-May-10 1:30 
AnswerRe: Wrap panel in WPF List Box Pin
Pete O'Hanlon24-May-10 3:19
mvePete O'Hanlon24-May-10 3:19 
GeneralRe: Wrap panel in WPF List Box Pin
Jammer26-May-10 7:54
Jammer26-May-10 7:54 
QuestionWPF Datagrid export to excel Pin
kartheesh23-May-10 19:34
kartheesh23-May-10 19:34 
QuestionHow can I create an oddly shaped GUI ? Pin
Enochs23-May-10 8:36
Enochs23-May-10 8:36 
QuestionWCF web.config is getting overwritten after every compilation? Pin
mittalpa22-May-10 6:24
mittalpa22-May-10 6:24 
AnswerRe: WCF web.config is getting overwritten after every compilation? Pin
Kunal Chowdhury «IN»24-May-10 2:34
professionalKunal Chowdhury «IN»24-May-10 2:34 
QuestionFolderBrowserDialog in WPF Pin
dan!sh 22-May-10 4:13
professional dan!sh 22-May-10 4:13 
AnswerRe: FolderBrowserDialog in WPF Pin
Abhinav S22-May-10 5:28
Abhinav S22-May-10 5:28 
GeneralRe: FolderBrowserDialog in WPF Pin
dan!sh 22-May-10 5:34
professional dan!sh 22-May-10 5:34 
AnswerRe: FolderBrowserDialog in WPF Pin
Daniel Grunwald22-May-10 6:44
Daniel Grunwald22-May-10 6:44 
GeneralRe: FolderBrowserDialog in WPF Pin
dan!sh 22-May-10 7:14
professional dan!sh 22-May-10 7:14 
QuestionHow to you generate itemized lists in a RichTextBox? [NO SOLUTION POSSIBLE] Pin
fjparisIII22-May-10 4:12
fjparisIII22-May-10 4:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.