Free WPF Carousel Implementation [closed] - wpf

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have seen a lot of Carousels to show off WPF. I have never really need one before now though.
Is there a decent free one?
I have access to the Dev Express one, but I am making an open source project and would rather not put code in it that others cannot easily compile.

After some searching, I (re)found the free and fabulous FluidKit (http://fluidkit.codeplex.com/)
It has many controls that are great. One of them is the ElementFlow. This control has many great views methods. One of them is the Carousel view.
(Just as a side note, after looking at them all I think I like the VForm and CoverFlow views best. They are kind of a carousel like view, but can handle a lot of items with out needing resizing.)

Related

Is there any simple way in SwiftUI to generate a view which shows dates in a month view? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
There are so many complexities to building a calendar month view by myself, I am just trying to find better ways to do it
Copy-paste ready
There is fair amount of ready-to-use SwiftUI calendars out there. Here are a few:
Option 1
Option 2
And I found these in under a minute of searching.
3rd party library
Another approach would be to integrate a 3rd party library in your project. If you search for calendar CocoaPod for example you will stumble on various implementations. But please note that if you go with that approach you should probably also look up how to integrate Storyboards within your SwiftUI application.

WPF Contacts Manager [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I need for a ready-to-use WPF contacts manager with source code (possibly in C#).
Incredibly, the web seems to be very poor on that side.
I've found these links for interesting implementation:
http://www.johnstagich.com/WPF/publish.htm -> No source code available
http://www.paulstovell.com/wpf-model-view-presenter -> source code broken link from undetermined time...
I don't need fireworks... just an implementation with basic contacts fields, able to manage some thousands of contacts and an embedded search engine.
I was initially tempted to use Microsoft LightSwitch, but it's already in Beta 1, and the intrinsic limitations of Silverlight made me change road.
Any suggestions?
Although this is not the answer you are looking for try using Karl Shifletts Xaml Powertoys to build simple data entry forms for you in WPF.

Looking for WPF/Silverlight 'device ring' example [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm looking for an example of a 'device ring', somewhat like the one used in Live Mesh (anything in a ring will do) in XAML (WPF/Silverlight). Preferably with demo code or open-source so I can have a look at how things work under the cover. Other animations, like resizing of the elements if they move around the ring, are a nice extra, but are not necessary.
I'm pretty sure quite a few people are looking for this kind of functionality (let's think about showing books, movies, ...), but somehow I can't really find any good examples. Any good pointers to examples are much appreciated.
In Silverlight 4, you would use the new PathListBox control. .toolbox has a good tutorial.

How can I find applications written in a specific language? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'd like to find applications written, for example, on the Microsoft Silverlight platform. However, popular search engines such as the one integrated into SourceForge only list the root language, such as C#, and say little about XAML or Silverlight.
Does such a directory exist?
The only one that I know of is the Gallery at http://www.silverlight.net, but that is a listing of websites/projects done in Silverlight, but not open source (although some of them may be).
A search on http://www.codeplex.com for Silverlight does come up with a bunch of things though, it all depends on what you are looking for.

Free DayView Calendar for WPF? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 months ago.
Improve this question
Is there a free DayView Calendar for WPF like this one?
http://www.codeproject.com/KB/selection/Calendardayview.aspx
Thanks in advance! Cheers from Argentina!
Have a look at these articles on Code Project
Creating an Outlook Calendar Using WPF (Part 1)
Creating an Outlook Calendar Using WPF (Part 2)
Datepickers are a sore point among WPF users still. There's no official standard date picker in the framework yet, and definitely not something like you're looking for.
That said, it's certainly possible to implement using ListView or a DataGrid with some heavy template customization. If you're interested in a starting direction, post a comment to me and I'll update my answer if you want to go the homebrew route.

Resources