Advanced Forum Search Results
-
Hi,
I am trying to get a snapshot of a movie loaded in MediaElement but I am having a hard time catching it.
The problem is that the process is automated.
Once the source is set to MediaElement, I need to grab the snapshot automatically. The problem is I am not able to catch the moment when to grab the snapshot: private void ...
-
I tried to generate a snapshot using WritableBitmap but it seems like I am not always catching the frame.
I tried on different events like MediaOpened, DownloadProgressChanged but I am not always catching it.
Any suggestions?
-
Hello,
I am using a MediaElement to display videos but the play is done only on mouse hovering.
The problem is that as soon as Source is set, MediaElement starts buffering automatically in the background, even if Play() is not called.
This is a problem because it generates unnecessary traffic.
Another problem is that I need it to ...
-
Any idea?
-
Hi,
I have a simple app displaying a pie chart.
I set StylePalette such that specific colors are used when displaying the slices.
I noticed that the first time I assign ItemsSource to the chart, the order of colors from StylePalette is kept. For example, the first color for the first PieDataPoint should always be ...
-
Hi,
I was used to find in Silverlight documentation each style and template for controls.
I haven't been able to find this for charting controls in toolkit.
Anyone can point me to the resource?
Thank you.
-
Any idea?
Maybe I was not explicit enough?
-
Hello,
I have a user interface which navigates through a collection of slides using back & forward buttons.
I display only a subset of the collection at one moment in the slide strip.
I wanted to use PagedCollectionView which already gives me the page navigation features but I have a problem.
When the user clicks the next button and ...
-
Would be very nice to see the DataGrid support a custom view.
Currently the only view is the rows presenter.
I could easily present the items by a listbox styled to show thumbnails for instance, like you showed.
-
When I was researching about how to implement that, I came across the DataGridColumnHeader.
However, the MSDN says that
Remarks
This class can be accessed only through DataGrid styles and templates. For more information, see DataGrid Styles and Templates.
Can you please give some examples how it can be used out of ...