Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 MS Access 2007 中有一个表单,其中有一个滑块在工作,但界面不是它需要的。我使用 ActiveX MS Slider Control 6.0 (SP4) 插入了滑块。
您可以单击并拖动鼠标来设置值。但是您不能在刻度线附近单击来设置值。我的滑块从最小值 1 变为最大值 5。如果拇指位于 1,并且我指向 2 并单击,拇指会跳到 5。
此外,每次打开表单时,我的拇指从 1 开始,这对应于“非常不同意”。我希望每次打开表单时拇指从 3 开始,这样用户就不会。
设置LargeChange为 1 使点击每次只移动 1 设置Value为 3 设置默认值 将滑块设置在中间
LargeChange
Value