Free DayView Calendar for WPF? [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 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.

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.

Looking for a silverlight 3rd Party DataGrid & Coverflow control [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 have been tinkering a while with the free opensource flow control (http://silverlightcoverflow.codeplex.com) and with the Datagrid in the Toolkit.
Both are now showing some serious bugs that are quite frustrating. I might be better off just buying a third party control, since Microsoft hasn't updated the Toolkit since over a year now. And the opensource Coverflow control has also been left to die.
What are your experiences with Silverlight controls and are there any recommendations?
Many Thanks,
Telerik makes both a Datagrid and CoverFlow control and is known to have excellent VS integration, support, and pretty good looking controls. They have demos available on their website:
http://demos.telerik.com/silverlight/
ComponentArt also makes Silverlight controls (including a datagrid) but does not have a CoverFlow control and is not as well known/respected as Telerik.
http://silverlight.componentart.com/

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.

Free WPF Carousel Implementation [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 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.)

Looking for Tree Grid control for Silverlight [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
Quick question:
Is it somewhere available - preferably free / opensource or at reasonable price?
EDIT
To be more precise, there's an example of winforms control (SandGrid from Divelements) what I'm looking for. Forming a tree is important, grouping by isn't necessary.
alt text http://www.divelements.com/net/controls/sandgrid/home1.gif
Vectorlight has a nice set of opensource Silveright controls (TreeView included ) they also have some silverlight tutorials. To download the dlls you must be registered (for free).
If you need the source code, use Reflector.
On Codeplex you can find a treelist/treegrid control. Unfortunately it is under the GPL2 Licence.
http://multicolumntreelist.codeplex.com/
You can find a TreeMap and a TreeView for free in the Silverlight Toolkit.
The Silverlight 4 DataGrid will have Grouping Support as well.
The Telerik suite has just what you need, the TreeListView:
http://demos.telerik.com/silverlight/#TreeListView/FirstLook
http://www.liquidjelly.co.uk/supersearch/?q=telerik%20silverlight%20treelistview&lang=en-GB
Note: this control is currently in CTP, and unfortunately it's not that cheap.

Resources