How to start Scrolling an image from selected image? - uiscrollview

I have a tableView, which contains image views,say each cell is having 3 imageviews.
Now when I tapp on 5th image (2nd row's 2nd image) it is redirected to another viewcontroller which contains uiscrolleview and in its viewdidload I am loading an array containing all the images of previous controller.It starts scrolling from 1st image. but I want to start it from which image was tapped in previous controller (Here 5th image).

Related

WKInterfaceController background image location

I am making a WatchKit Table in a WKInterfaceController. I want the ViewController to have a background, as shown here:
I assign the background to the InterfaceController itself (not to the Table):
This works, except that the image is actually centred in the Table, not the WKInterfaceController, so that if I have a lot of rows I get this result (from Storyboard, the drawn boxes is what you see if you scroll on the watch to those rows):
The background image is located at the centre of the Table, and is only visible when the user scrolls to row 4-5 (green box).
Is it possible to keep the image centred in the ViewController, and let the rows scroll over the image, either in the Storyboard or in code?
According to Apple that is not currently possible.

Change Background color or particular cell containing image in kendo grid

I have added columns dynamically in kendo grid. The first column in the grid is displaying image for each row. I have added on change event for the selected row. On click of the row I have added css to display the selected row as Gray color.
But the first column that displays the image doesn't display in Gray entirely when the row is selected.
The part of image background is displayed in white and not gray.
This is how I have added the image in the grid column.
TitleArray.push({ template: "<img src='/Images/Icon.PNG'></img>", width: 35 })
I have added the attachment that displays the image issue here.
The selected row is displayed as Gray. But the image column is displaying a white region around the image and I don't want it like that. It should entirely display in the Gray color.
I want the entire background to display in Gray.
Please tell how can I do this.

Image gallery. How to advance to next image?

Ive trying to make a image gallery using xml feed and the sparks list component. that displays images in a horizontal list. which of-course each item can be clicked to see the larger image, but then to view the to other images or the next image in the list you have to hit the back button and then select another.
How can i move image for move to the next item int he list without having to go back to main list.
Thanks.

RDLC Moves Up Visibility Hidden

Hi I create a RDLC windows report , I put one logo Image top of page, and I put one textbox center of page.
And I set Visibility of Hidden Of Logo Image that
=iif(Parameters!TXTGOSTER.Value="Show",false,true)
When I set TXTGOSTER parameters with "Hide" the logo image hidden its ok but the TEXTBOX MOVES UP , not center of page.
How can I fix position of text box that does not move up when the image hidden.
Thanks.
You can add one table with 2 rows and 1 column: the first row contains the image, the second row, bigger, has the title text in the center.
Hope it helps.

Scroll View Images Description

I have a ScrollViewer containing a gallery of images and need to add the function of "pop up" with the description of each image, ie when the function will receive the ScrollViewer singletap displays information about this specific picture, anyone have any idea how to do this. Thank you.
I would put a UILabel (properbly with black, semi transparent background and white Text) above the UIScrollView. When it is taped (see how you detect taps here) you could fill the UILabel with the current image's description and make it visible or fade it in. Once the scrollview stars scrolling again (use scrollViewWillBeginDragging: from the UIScrollViews delegate) you can hide the Label again.

Resources