Quote:
|
Originally Posted by insomniac
For the record, clickthrough is
AbsorbsInput="false" Enabled="false" GetsInput="false"
|
2 questions:
1) is it possible to make different parts of a window click through. For example clicking throught the text in the chat box but not through the scoll bar. I was thinking perhaps this could be accomplished by making the different parts of the window that i want to be able to click through/not click through as different pages and then setting the properties for to click through for just the page(s) i want to click through. But i may have this all wrong and i have no way to test it right now because im at work.
2) wouldn't setting Enabled="False" make it not work/show up at all or does enabled="true/false" do something else?