ImmortalRat

Stories submitted by ImmortalRat

Canceling keyboard focus change in WPF(immortalratblog.blogspot.com)

submitted by ImmortalRatImmortalRat(55) 3 years, 9 months ago

What if you need to stop the focus from moving to other control? There is an easy way to cancel it :) read more...

add a comment |category: |Views: 33

tags: another

Why InvalidateZOrder is not public???(immortalratblog.blogspot.com)

submitted by ImmortalRatImmortalRat(55) 3 years, 9 months ago

How would you update the Z-Order of your childer when you are not a panel? We should look inside the Panel itself :) read more...

add a comment |category: |Views: 5

tags: another

WPF tips: Get your own logical parent(immortalratblog.blogspot.com)

submitted by ImmortalRatImmortalRat(55) 3 years, 9 months ago

Do not want to add logical child but want to change the events routing and support logical parents search for inheritance? Use GetUIParentCore(). read more...

add a comment |category: |Views: 41

tags: another

XAML+LoadComponent VS pure code - where are my name scopes???(immortalratblog.blogspot.com)

submitted by ImmortalRatImmortalRat(55) 3 years, 9 months ago

What do you need to know when you use code and not XAML? You should create the namescopes for the templated elements on your own! read more...

add a comment |category: |Views: 22

tags: another

How do I provide custom collection view for collection in WPF?(immortalratblog.blogspot.com)

submitted by ImmortalRatImmortalRat(55) 3 years, 9 months ago

Sometimes you need to have a complete control on how are views for your collection are created. In such times you must read my post :) read more...

add a comment |category: |Views: 81

tags: another

Two names of a single element(immortalratblog.blogspot.com)

submitted by ImmortalRatImmortalRat(55) 3 years, 9 months ago

The same element could have more than one name - discover the possibilities of the NameScope's read more...

add a comment |category: |Views: 3

tags: another

GET, POST and fetching HTTP with HttpWebRequest(immortalratblog.blogspot.com)

submitted by ImmortalRatImmortalRat(55) 3 years, 9 months ago

A short story of one one HTTP request and some of his problems read more...

add a comment |category: |Views: 42

tags: another