MWPhotoBrowser display caption in grid view - caption

I know MWPhotoBrowser supports captions on MWPhoto. However the captions are not displayed while the grid is being displayed. Is there a setting to display captions in grid view?

MWPhotoBrowser doesn't display captions in the grid view. This behaviour can't be found in the documentation or the GitHub page of it

Related

How to scroll a ListView to the bottom of the page?

I have a XAML page in Xamarin Forms. I create a Grid in code behind dynamically,after loading my data. After creating the Grid I need my ScrollView to scroll to the bottom of the page, how? How can I load my grid without scrolling of it ...?
I use
scroll.ScrollToAsync(lastLabel, ScrollToPosition.End, true)
but I do not get any result.

Kendo upload change color when hover with file

I'm using the Kendo Upload-control to upload files.
When I hover over the button, it changes color.
How can I achieve the same thing, when I hover over the button while dragging a file to it?
You can hook on dragenter and dragleave jQuery events of the upload input element and change the color of the button as for example it is done in this dojo page.

kendo grid auto scroll on first click

Only on first click on kendo grid widget (thead or tbody), the page scroll as shown on attached gif.
The problem is due to tabindex attribute added to table when 'allowCopy' is enabled.
Removing tabindex attribute in jquery, the scroll issue disappear, but copy doesn't work.
Any way to avoid this annoying behaviour?

Grid inside Table or MainTable

I have one WWSD or one SDPanel with some attributes but between these attributes that are fixed inside a Table or directly in the MainTable I want put and Grid, the problem is that the Grid is not showed and when I put the grid its no more possible scroll in the WWSD or SDPanel, is like the Grid stuck the SDPanel more than the grid is not showed.
Anyone can help me to put the Grid and keep with all normally ?
Thx.
I assume you're targeting Android.
The issue is that Android does not natively support nested scrolling. Therefore, a GeneXus layout that contains a grid will disable the form's own scrolling (so that the grid can itself scroll).
There are two ways of resolving this issue:
Redesign the panel so that the form does not vertically exceed the size of the screen (thus, form scrolling is not necessary).
Set autogrow=true for the grid, which will resize to fit all items (and "push down" any other controls located below it). Since the grid will no longer need to scroll, the form's scroll will be enabled.

navigate images in Fancybox using jquery

On my website, when someone clicks on an image, it gets enlarged I would like a navigation arrow to appear either side of the photo for people to scroll from photo to another. And photos should get scrolled when navigation arrows are clicked. I've used fancybox to display gallery.
jQuery("#fancybox-left").show();
jQuery("#fancybox-right").show();
this will display both side arrows if you have not intiated them while initiating fancybox.

Resources