开发者

Silverlight scrollviewer's scrollbar invisible when not active

开发者 https://www.devze.com 2022-12-14 21:09 出处:网络
How do i detect when scrolling is unavailable to the scrollviewer control and make it invisible开发者_运维技巧. And the scrollbar only visible when there is a chance to scoll up or down.

How do i detect when scrolling is unavailable to the scrollviewer control and make it invisible开发者_运维技巧. And the scrollbar only visible when there is a chance to scoll up or down.

Thanks, Shawn McLean


Specifying HorizontalScrollBarVisibility="Auto" and VerticalScrollBarVisibility="Auto" acheives this goal with out you needing to do any "detecting" of your own.

0

精彩评论

暂无评论...
验证码 换一张
取 消