问题标签 [currentitem]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
google-app-maker - Appmaker:如何将当前项目设置为最后创建的?
我已经为此苦苦挣扎了一段时间。我正在创建一个带有表单的项目。创建项目后,我想将用户重定向到一个页面,其中 datsource 的当前项目设置为这个新项目。这怎么可能?我试过了
getCustomer 服务器脚本:
任何形式的帮助将不胜感激。
wpf - WPF DataGrid CurrenItem 在顶部
我通过 WPF MVVM 实现了一个 DataGrid,我想在其中“滚动”到特定项目。我不想选择相应的行。使用 CurrenItem 属性可以正常工作,但它会“滚动”到数据网格底部的目标行(或更准确地说,滚动到底部的整行 - 目标行下方也可能有部分显示的行)。
下面是我实现的过度简化版本:
PS我不想使用外部框架。
感谢您的任何见解。