如何在自动可滚动面板中获取控件的位置? C#

时间:2017-04-21 11:32:18

标签: c# location controls autoscroll

C#:我有一个面板(Auto Scroll属性为true),我有很多Picture Box。我需要获取相对于面板位置的Picture Boxes位置。         我的意思是,当我滚动面板时,Picture Boxes位置发生了变化,我不希望这样,无论是否滚动面板,我都需要Picture Boxes位置保持不变。         这样做的正确方法是什么?

panel with Picture Boxes

1 个答案:

答案 0 :(得分:0)

如果图片框应该保留在同一个位置,是否应该滚动文字?

你能澄清一下滚动条应该做什么吗?

    jQuery(document).bind('gform_post_render', function(){

        // destroy default Gravity Form datepicker
        jQuery("#your_id").datepicker('destroy');

        // create new custom datepicker
        jQuery("#your_id").datepicker({ defaultDate: '+7d', minDate: '+7d', gotoCurrent: true, prevText: *, showOn: 'both', buttonImage: '/wp-content/plugins/gravityforms/images/calendar.png', buttonImageOnly: true });

    });

</script>