【更新】Essential Studio for Windows Forms 2018 v4发布

下载Essential Studio for Windows Forms最新版本

Essential Studio for Windows Forms界面控件包含了高性能的Windows应用程序开发中所需的所有控件,如Grids、Charts、Gauges、Menus、Calendars、Editors等等。 到目前为止,我们开发Windows Forms 控件包已达十几年,所以该控件包是功能最齐全的控件集。除此之外,Essential Studio for WinForms还包含了一些特有控件,使您可以为应用程序添加Excel、Word和PDF格式文件的浏览和创建功能。

COMMON

支持High-DPI

已为以下Windows Forms控件提供High-DPI支持,以在high-DPI设备上保持应用程序质量:

  • 电子表格
  • 域名更新
  • 数字更新
  • 计算器
  • 评级
  • 无线电测距仪
  • 线性测距仪

数据网格

分页

正在引入新的数据寻呼机控件来操作数据。用户可以通过按需数据加载支持从基础数据源导航到部分数据。

Syncfusion

绩效改进

我们通过按需计算列的摘要来改进组摘要和标题摘要的摘要计算。当为300多个列添加摘要时,数据报加载和滚动速度会快得多。

自动调整组放置区域项

根据分组的文本自动调整分组区域中的分组项。这允许最终用户查看所有分组项目的文本。

Syncfusion

筛选中不包含选项

DataGrid支持不包含用于UI和编程筛选的选项。现在,用户可以过滤不包含给定值的记录。

Syncfusion

改进
  • 在行标题中自定义类似Excel的标记颜色选择。
  • 自定义网格的最外层边框颜色。

COMBOBOX

自定义建议筛选

在编辑器部分键入文本时,在下拉列表中显示自定义建议列表。因此,最终用户可以显示一个自定义建议列表,例如一个带有模糊逻辑的建议列表,以允许输入错误。

Syncfusion

LISTVIEW

最外层边框自定义

自定义ListView控件的最外部边框颜色。

CHART

旋转轴标题

将图表轴标题旋转到所需角度以提高可读性。

Syncfusion

不使用工具栏保存图表

复制图表并将其另存为带有或不带工具栏的图像。

将图表另存为模板的选项

将图表另存为模板时,包括或排除序列数据点和序列样式。

ESSENTIAL DOCIO

更新字段增强功能

Essential Docio现在允许更新Word文档中的autonum和set字段。

重新开始列表中的编号

Essential Docio现在允许在执行邮件合并和合并多个Word文档时重新启动列表中的编号。

Syncfusion

Word-to-PDF和Word-to-image转换中的连字符

Essential DocIO现在允许在Word文档中用连字符连接文本,同时将其转换为PDF或图像格式。

Syncfusion

跟踪Word-to-PDF转换中的变化

Essential DocIO现在允许在转换带有跟踪更改或修订的Word文档时在生成的PDF中显示修订标记。

Syncfusion

Word-to-PDF增强

Essential DocIO现在在Word-to-PDF转换中提供以下特性:

  • 保存复杂的脚本文本。

DOCKING MANAGER

标签的文件

已将类似Visual Studio的文档界面添加到停靠管理器中。它允许用户将工具窗口拖放到文档状态。可以对文档窗口进行分组以拆分工作区,并允许用户处理两个或多个打开的文档。

Syncfusion

ESSENTIAL PDF

OpenType字体

使用OpenType字体向PDF文档添加文本。

Syncfusion

从PDF获取证书详细信息

从现有已签名的PDF文档获取证书详细信息。

Syncfusion

ESSENTIAL PRESENTATION

连接器

添加、编辑和删除PowerPoint文件中的连接器。

Syncfusion

RIBBON

自动布局

功能区中的控件可以在没有其他设置(如边距、填充或任何自定义)的情况下排列,类似于OfficeUI。设计程序过程易于配置控件。

Syncfusion

SYNTAX EDITOR

缩放能力

放大和缩小功能有助于提高语法编辑器控件中文本的可读性。它们允许用户通过鼠标滚轮和触摸交互来缩放控件中的文本。

Syncfusion

转载于:https://my.oschina.net/u/4009527/blog/2996459

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Chrome based Browser Engine for .NET EO.WebBrowser is a web browser engine based on Google's Chromium project but with native .NET programming interface --- don't worry, it's not a wrapper around the Chrome browser installed on your machine. In fact EO.WebBrowser has the whole browser engine embedded inside a single .NET DLL. In another word, it has zero external dependency. Just reference and use. Why use EO.WebBrowser? • Based on Google's Chrome Project EO.WebBrowser uses the same core Google's Chrome and Apple Safari uses. It does not rely on IE. The engine is much faster and safer. • Zero External Dependency What if user updates/uninstall their browser? What if user disables JavaScript in Internet Explorer's settings dialog? These questions does not exist with EO.WebBrowser because everything is embedded inside our DLL files. • Native .NET components written in C# Because it's written in .NET, you can use it with any .NET based language/development tool. The same DLL works for both 32 bit and 64 bit environments; • Easy to use Programming Interface EO.WebBrowser offers core components that can be used in any Windows application, as well as wrapper controls for both Windows Forms applications and WPF applications; • Extensive Customization Options EO.WebBrowser offers extensive customization options that allow you to customize context menu, hot keys, JavaScript dialogs, file dialogs, focus and window control. Together these features allow you to seamlessly integrate the browser engine into your application; • .NET code -> JavaScript code Turn any web page into an integral part of your application -- both visually and programmatically. You can execute JavaScript code and access all the JavaScript objects directly from your .NET code. Access their properties or even call a JavaScript function are all different options available to you; • JavaScript code -> .NET code Things always go both ways --- and this is reflected in our programming interface as well. You can call JavaScript code from .NET code, and the other way around is also true --- you can call .NET code from your JavaScript code. This allows your Web page to seamlessly interact with the host application; • Custom Resource Handler Want to keep an eye on everything? Or want to keep everything to yourself? We got you covered. EO.WebBrowser offers ability to intercept and modify all requests that originate from the browser engine. For example, you can automatically deny all request sent to a specific host. It also offers you the ability to implement custom protocols or custom resource handlers. For example, you can implement a custom request handler to load images from your database instead of a Web server;

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值