Advanced Forum Search Results
-
Thank you!Thank you very much!
-
the ArrangeData.GetCardRect always return a const rect value.
-
original post updated,sorry for the mistake link.and here`s my code but it`s long and jumbled,hope it will be useful to find out the mistake. protected override sealed Size ArrangeOverride(Size finalSize)
{
Rect arrRect = ArrangeData.GetCardRect(stackType);
double sum = 0;
for (int i = 0; ...
-
i derived some containers from Panel to perform some special layout,i overrided their MeasureOverride and ArrangeOverride,then they can do layout as i wish,but when i define them in xaml without contents and add items to them at runtime,there`re some strange displaying problems.
here`re two screenshot,first one is i open the ...
-
thanks but this tip also need windowless mode,that will disable IME.
-
...
and as it said i "should not expect these limitations to disappear over time."
bad news
-
when i make my appliation under windowless mode,its textbox can`t receive IME characters anymore.i wish this is a bug to be fixed.
-
is there any way to enable IME under windwless mode?
-
my application need right click support(more than display a custom context menu),and it also need IME support too.set windowless to true will enable silverlight application hook html events with in its code,but this will disable IME. so now i`m trying to hook mouse events with javascript in the .aspx host,then call the silverlight ...
-
BitmapEffect supporting will be great for every one.
who doesn`t like it?
and of course i wish there will be a "silverlight player" that makes our sl applications able to run at desktop and release us from browser`s limitation.