The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
I use a System.Windows.Forms.DataGrid (.NET V1.0) as UI in a stock ticker program.
Unfortunately, displaying data via the datagrid, grabs almost all performance available. When I minimize the ticker window CPU usage goes down to ~ 2% (data ist still retrieved and processed but not displayed). If I maximize the ticker window, CPU usage goes up to 50-100%.
I'm updating the datacells by
Datarow("Last price") = 9.99
This doesn't seem to be performable enough. Is there any other way to display data changes in a better way.
Any comment is appretiated.
Dierk Droth