Click here to Skip to main content
15,886,919 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Canvas with an Image Pin
Christian Graus19-Jun-09 11:25
protectorChristian Graus19-Jun-09 11:25 
GeneralMessage Removed Pin
19-Jun-09 11:28
professionalN_tro_P19-Jun-09 11:28 
GeneralRe: Canvas with an Image Pin
Christian Graus19-Jun-09 11:37
protectorChristian Graus19-Jun-09 11:37 
GeneralRe: Canvas with an Image Pin
Mark Salsbery21-Jun-09 7:33
Mark Salsbery21-Jun-09 7:33 
QuestionHow to remember the position of a GridSplitter Pin
fjparisIII19-Jun-09 8:57
fjparisIII19-Jun-09 8:57 
AnswerRe: How to remember the position of a GridSplitter (I "SOLVED" IT MYSELF) Pin
fjparisIII19-Jun-09 11:37
fjparisIII19-Jun-09 11:37 
GeneralRe: How to remember the position of a GridSplitter (I SOLVED IT MYSELF) Pin
Christian Graus19-Jun-09 12:46
protectorChristian Graus19-Jun-09 12:46 
GeneralRe: How to remember the position of a GridSplitter (I "SOLVED" IT MYSELF) Pin
fjparisIII19-Jun-09 13:55
fjparisIII19-Jun-09 13:55 
Christian Graus wrote:
You should use ActualWidth if it exists, rather than width.


ColumnDefinition.Width is not the same as UIElement.Width. The latter is a double, the former is a GridLength and doesn't work the same way as a UIElement.Width. You can't use ActualWidth to solve this problem.

Christian Graus wrote:
The preview events always fire, but the non preview events may not fire if something further up the tree consumes the event. Upshot is, I typically use the preview events only.


As I explained above, this is because a tunneling event is needed here, i.e. a Preview event.
GeneralRe: How to remember the position of a GridSplitter (I SOLVED IT MYSELF) Pin
Christian Graus19-Jun-09 17:37
protectorChristian Graus19-Jun-09 17:37 
Questionxmlns question Pin
#realJSOP19-Jun-09 4:39
mve#realJSOP19-Jun-09 4:39 
AnswerRe: xmlns question [modified] Pin
Eslam Afifi19-Jun-09 6:29
Eslam Afifi19-Jun-09 6:29 
AnswerRe: xmlns question Pin
Christian Graus19-Jun-09 11:45
protectorChristian Graus19-Jun-09 11:45 
GeneralRe: xmlns question Pin
#realJSOP19-Jun-09 15:15
mve#realJSOP19-Jun-09 15:15 
GeneralRe: xmlns question Pin
Mark Salsbery21-Jun-09 7:47
Mark Salsbery21-Jun-09 7:47 
AnswerRe: xmlns question Pin
SteveTheThread22-Jun-09 0:18
SteveTheThread22-Jun-09 0:18 
QuestionWeb browser application having database Pin
Rits11038918-Jun-09 21:34
Rits11038918-Jun-09 21:34 
AnswerRe: Web browser application having database Pin
Christian Graus18-Jun-09 23:54
protectorChristian Graus18-Jun-09 23:54 
GeneralRe: Web browser application having database Pin
#realJSOP19-Jun-09 0:11
mve#realJSOP19-Jun-09 0:11 
GeneralRe: Web browser application having database Pin
Rits11038919-Jun-09 0:27
Rits11038919-Jun-09 0:27 
GeneralRe: Web browser application having database Pin
Christian Graus19-Jun-09 11:00
protectorChristian Graus19-Jun-09 11:00 
GeneralRe: Web browser application having database Pin
Rits11038919-Jun-09 0:24
Rits11038919-Jun-09 0:24 
GeneralRe: Web browser application having database Pin
Christian Graus19-Jun-09 10:59
protectorChristian Graus19-Jun-09 10:59 
GeneralRe: Web browser application having database Pin
Rits11038920-Jun-09 1:27
Rits11038920-Jun-09 1:27 
QuestionSilverlight XAML controls [modified] Pin
Kamal Gurnani18-Jun-09 20:35
Kamal Gurnani18-Jun-09 20:35 
AnswerRe: Silverlight XAML controls Pin
Mark Salsbery19-Jun-09 7:22
Mark Salsbery19-Jun-09 7:22 

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.