我正在用 WPF 3. 5 为编辑工作。 我正为此使用固定的 Hight RichTextBox 。 当 tB 满或溢出时, 我想将 tB 的高度提高一页。 任何人都可以帮助我检查 tB 满或溢出 。
I have several geometry meshes in my Viewport3D, these have bounds of (w:1800, h:500, d:25). When a user clicks in the middle of the mesh, I want the Point3D of (900, 500, 25)... How can I achieve ...