XAML
-
Nuget packages for C1 WPF Controls
Distribute the WPF components as nuget packages.
ComponentOne controls would be much more convenient to manage if they were packaged in nuget packages.
It's kind of annoying having just about every dependency managed in nuget, except for the ComponentOne WPF controls.10 votes -
MVVM example
MVVM LOB Example
from start to finish, but something useful like the Gui for outlook with ribbon or some other toolbar with official frameworks like prism from Microsoft
9 votes -
FlexChart -- Parallel Coordinate Chart
I often have the need to visualize 10's or 100's of variables simultaneously.
There are very few ways to visualize more than a few variables but I have found that an effective way is a Parallel Coordinates chart.
In the past, I have written code to manually massage data and setup a FlexChart line graph to do this but it is a pain to manually rescale all the values and restructure the data. Plus, depending on the dimensionality, FC can take forever to render and crash if the data size gets to even a few hundred/thousand data points. Clearly FlexChart…
7 votes -
FlexGrid AutoSize MinWidth Columns
The idea is to create a method similar to AutoSizeColumns but performing autosize in MinWidth instead of Width.
In this case you can set columns to be proportional and fill all the view space, but in case the grid is bigger than monitor or if user makes the window smaller, then the minimum width makes the column content always visible (and makes the scroll bar show up).6 votes -
Docking Component Bug
1) Docking Point Helper(?) is to be misplaced.
(I see, because using dual monitor)
2) if C1DockTabControl is moving, pointing error. docking windows is small, mouse point miss.fix bug. thx.
4 votes -
Flexgrid -RowHeadersSelectedBackground overrides CellFactory custom RowHeaders Background
I created my own CellFactory for Flexgrid to override the CreateCellBorder subroutine. One of the specs requires specific rows to have a different background color the the rest of the row headers. Also, I have the RowHeadersSelectedBackground = "Yellow". On load the window looks fine, but the moment the flexgrpd gets focus the custom row headers background are removed and the Yellow selected row comes up.
I came up with a ugly HACK in the window involving re-assigning the background on selected changed event handler, but I wanted to know if there is a better more elegant solution to my…
4 votes -
Diagram for XAML / WPF / SL
Add Visio like diagram functionality (client designer and ability to export to image or render object for the PrintDocument in the reports framework)
3 votes -
flexgrid autosizerow
Generally , we know the max length column , so this function can add a parameter , "column" , it can Improve performance.
2 votes -
Need sample for Multiselect dropdown column in datagrid
Below shoudl be the control functionality
Multiselect dropdown control within the grid cell.
Binding and populating the drop down
Comma(any delimiter) separated values after selecting the items2 votes -
i want chart example solution
this is [Optimization for Large Data Sets] Image.
i want to similar example.
plz.
1 vote -
Expose collection property with all search results on C1PdfViewer
The built in search properties FindText, FindCount, FindNumber, FindNextCommand, FindPreviousCommand. In my limited testing this only allows me to view one search result at a time.
Since there is a FindCount property, this implies that somewhere the full collection of search results must be available. Is there any way we can expose this collection of search results as a property on the C1PdfViewer object. [even by reflection :) ]. And then would we able to have a command or method which would allow us to jump directly to a random point in the search results.
1 vote -
RiaClientCache & OpenRiaServices
I'd like to use the EF DataSource controls provided with the Silverlight Toolkit however they are targetted towards the older MS framework System.ServiceModel.DomainServices.Client.DomainContext.
Is it possible these tools could be made compatible with new newer (MS sanctioned) OpenRiaServices binaries, for example RiaClientCache should take a OpenRiaServices.DomainServices.Client.DomainContext as a constructor property.
1 vote -
Resizable columns and rows in table in richtextbox
Please make it possible to resize individual columns and rows in the table in richtextbox.
1 vote -
richtextbox to word document
if there is a provision to convert the content of the richtext to a word document with out loosing the format and rich text content then it will be of great use,
1 vote -
C1DataGrid DataGridFilterRow Custom Watermark
Would be nice to be able to change the watermark verbiage in the DataGridFilter row. Changing it from "Type here to filter" to something else.
1 vote -
Support for iOS & Android
We currently utilize your product for UWP client developed utilizing Xamarin Forms, we would like to support our application on iOS & Android possibly, but requires printing support utilizing Flexreport
1 vote
- Don't see your idea?