Files
APIVisualExecutor/docs/localization/zh-CN/问答.md
Ankitkumar Satapara 21aaef6776 Add project files.
2026-04-17 22:31:58 +05:30

54 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#### 问:为什么我移动节点时连接没有跟随连接器?
答1您没有绑定连接器的`Anchor`属性,或者连接的`Source``Target`属性。
答2仅当连接器的`IsConnected`属性设置为true时`Anchor`才会更新。
***
#### 问:我可以更改鼠标/键盘绑定吗?
答:可以!您可以根据喜好配置[编辑器手势](https://github.com/miroiu/nodify/blob/master/Nodify/EditorGestures.cs)。
***
#### 问有Avalonia移植版本吗
有一个非常棒的Avalonia移植版本您可以在[这里](https://github.com/BAndysc/nodify-avalonia)查看。非常感谢[BAndysc](https://github.com/BAndysc)使这一切成为可能。
***
#### 问有没有非MVVM的方法添加节点和连接
答:没有。
***
#### 问:如何设置选中的节点始终在顶部?
答:[链接](https://github.com/miroiu/nodify/issues/57)
***
#### 问:如何更改节点的大小?
答:[链接](https://github.com/miroiu/nodify/issues/55)
***
#### 问如何限制X和Y方向的平移
答:[链接](https://github.com/miroiu/nodify/issues/53)
***
#### 问:视口滞后。如何修复?
答:[链接](https://github.com/miroiu/nodify/issues/60)
***
#### 问:如何将节点从工具箱拖入编辑器?
答:[链接](https://github.com/miroiu/nodify/issues/81)