如何在 Nattable 中添加放大和缩小按钮

How to add zoom in and zoom out buttons in Nattable

Nattable 2.0 及以上版本有放大和缩小的方法。

(http://blog.vogella.com/2020/03/05/nattable-dynamic-scaling-enhancements/)

但是如何使此功能在类似于浏览器的按钮点击上起作用。

Expected zoom in and zoom out view

博客 post 说:

The dynamic scaling can be triggered programmatically by executing the ConfigureScalingCommand on the NatTable instance.

所以你需要在你的 UI 中实现这样的按钮,用相应的参数执行 ConfigureScalingCommand