Click here to Skip to main content
15,915,873 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: WPF Slider project Pin
Christian Graus24-Jun-09 15:26
protectorChristian Graus24-Jun-09 15:26 
GeneralRe: WPF Slider project Pin
fgimenez29-Jun-09 2:49
fgimenez29-Jun-09 2:49 
QuestionSilverlight2Chat Pin
deep7624-Jun-09 4:59
deep7624-Jun-09 4:59 
AnswerRe: Silverlight2Chat Pin
Mark Salsbery24-Jun-09 7:35
Mark Salsbery24-Jun-09 7:35 
GeneralRe: Silverlight2Chat Pin
deep7624-Jun-09 7:41
deep7624-Jun-09 7:41 
GeneralRe: Silverlight2Chat Pin
Mark Salsbery24-Jun-09 7:49
Mark Salsbery24-Jun-09 7:49 
GeneralRe: Silverlight2Chat Pin
deep7624-Jun-09 8:04
deep7624-Jun-09 8:04 
GeneralRe: Silverlight2Chat Pin
Mark Salsbery24-Jun-09 8:25
Mark Salsbery24-Jun-09 8:25 
GeneralRe: Silverlight2Chat Pin
deep7624-Jun-09 8:37
deep7624-Jun-09 8:37 
GeneralRe: Silverlight2Chat Pin
Mark Salsbery24-Jun-09 9:00
Mark Salsbery24-Jun-09 9:00 
GeneralRe: Silverlight2Chat Pin
deep7624-Jun-09 9:52
deep7624-Jun-09 9:52 
QuestionRe: Silverlight2Chat Pin
Mark Salsbery24-Jun-09 12:06
Mark Salsbery24-Jun-09 12:06 
AnswerRe: Silverlight2Chat Pin
deep7624-Jun-09 14:35
deep7624-Jun-09 14:35 
GeneralRe: Silverlight2Chat Pin
Mark Salsbery24-Jun-09 14:46
Mark Salsbery24-Jun-09 14:46 
GeneralRe: Silverlight2Chat Pin
deep7624-Jun-09 15:03
deep7624-Jun-09 15:03 
GeneralRe: Silverlight2Chat Pin
Mark Salsbery24-Jun-09 18:02
Mark Salsbery24-Jun-09 18:02 
GeneralRe: Silverlight2Chat Pin
Mark Salsbery24-Jun-09 18:18
Mark Salsbery24-Jun-09 18:18 
AnswerRe: Silverlight2Chat Pin
deep7625-Jun-09 3:29
deep7625-Jun-09 3:29 
GeneralRe: Silverlight2Chat Pin
Pete O'Hanlon24-Jun-09 21:38
mvePete O'Hanlon24-Jun-09 21:38 
GeneralRe: Silverlight2Chat Pin
deep7625-Jun-09 3:37
deep7625-Jun-09 3:37 
Questionhow to copy dynamically created row values? in grid Pin
yams251024-Jun-09 1:59
yams251024-Jun-09 1:59 
hi ...
with reference to my other question of moving dynamically created rows up and down, i have to copy the values of the selected row into a another dummy row and later that into the grid ,..

else

is there any way i can insert a new empty row and copy a row and later delete it... i guess its confusing let me explain.....


>row1 consists of lots of controls like textbox,checkbox etc
>[up] is a button
> [down] is a button

------------row1----- [up]----[down]---------
-------------row2------[up]----[down]---------
-------------row3------[up]----[down]---------

please consider these three rows as the rows of the grid, now if i want to move the row3 up,i insert a new row between row1 and row2

-------------row1----- [up]----[down]---------
-------------NEW ROW-- [up]----[down]---------
-------------row2------[up]----[down]---------
-------------row3------[up]----[down]---------

then copy the values of row3 into the new row.....

------------row1----- [up]----[down]---------
------------row3----- [up]----[down]---------
------------row2----- [up]----[down]---------
------------row3----- [up]----[down]---------


then delete the third row...


------------row1----- [up]----[down]---------
------------row3----- [up]----[down]---------
------------row2----- [up]----[down]---------


i dont even know if it is possible.... i would be more than grateful if someone can help me out!!! im very new to WPF Frown | :(

hey thanks a lot in advance....
AnswerRe: how to copy dynamically created row values? in grid Pin
Christian Graus24-Jun-09 15:27
protectorChristian Graus24-Jun-09 15:27 
GeneralRe: how to copy dynamically created row values? in grid Pin
yams251024-Jun-09 21:19
yams251024-Jun-09 21:19 
AnswerRe: how to copy dynamically created row values? in grid Pin
mittalamit24-Jun-09 20:34
mittalamit24-Jun-09 20:34 
QuestionCommon Class for the windows Pin
krishnan.s24-Jun-09 0:55
krishnan.s24-Jun-09 0:55 

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.