Jeff B

586
reputation
58 views

Registered User

name Jeff B
member for 1 year
seen 12 hours ago
website
location
age
1d
awarded  Nice Answer
Dec
6
awarded  Mortarboard
Nov
13
comment How to listen for AffectsParentArrange events when you’re not the parent
Problem is that ArrangeOverride can't differentiate between top-down and bottom-up. Sending an event from there would send every time the arrangement is invalidated from any source. Unfortunately, one of the side-effects of my event handler is to cause the control to be rearranged.
Nov
12
comment WPF Listboxitem not aligning items properly
Just that your code examples didn't show where the Listbox was getting its items. If you were directly populating the Items list, then that could have been the problem.
Nov
11
answered WPF Listboxitem not aligning items properly
Nov
11
asked How to listen for AffectsParentArrange events when you’re not the parent
Oct
15
answered Using a XAML file as a vector Image Source
Oct
8
awarded  Yearling
Sep
28
accepted Why would my Visual Studio 2008 close everytime I open a .xaml file?
Jul
31
answered Why would my Visual Studio 2008 close everytime I open a .xaml file?
Jul
27
accepted XAML tooltips are being clipped
Jul
22
answered XAML tooltips are being clipped
Jul
22
comment XAML tooltips are being clipped
Doesn't work when I'm not using a Canvas to render the window.
Jul
21
comment XAML tooltips are being clipped
My impression is that its not in the XP graphics layer at all - it looks more like WPF draws an entire second desktop layer atop the native XP (Win32) graphics - but clips it to fit where WPF should be 'visible'. This is the way early 3D and movie accellerators worked if they were 'windowed'.
Jul
21
comment Forcing a WPF tooltip to stay on the screen
Also beware that Popups are always on top of all desktop objects - even if you switch to another program, the popup will be visible and obscure part of the other program.
Jul
20
asked XAML tooltips are being clipped