-
I have a segmentControl with time range (1D, 3M, 1Y, 5Y) to perform network call and fetch data from Yahoo. First, I had to add a method for my String values for x-axis with the following:
```
class …
-
### What problem does this feature solve?
#### 需求场景:
使用react-sticky实现tabs选项卡头置顶效果。由于目前的API选项卡头显示文字是配置在TabPane的属性中,导致无法使用Sticky标签包裹选项卡头。
#### 需求用例:
目前受限于API只能实现选显卡头和选项卡内容一起置顶的效果。
…
-
-
SegmentedControlRenderer throws the exception on SegmentedControlRenderer line 140.
Screenshot (debugging): http://prntscr.com/diphc0
From the demo project it works fine.
-
I am working on a app which has no storyboard or XIB to design a view so I am adding LUNSegmentedControl programmatically. But it's frame is always showing at this position,
(X = 0, Y = 0)
Can you c…
-
Shouldn't the SelectedSegment bindable property be TwoWay by default? In order to make it work you need to specify your binding like this.
`SelectedSegment="{Binding SelectedSegment, Mode=TwoWay}`
…
-
Great project! So thanks for open sourcing it.
Quick question: I looked at the API but I can't seem to find a way for selecting the segment I would like to display.
Imagine the case where depending…
-
Hello,
there is way to embed this control inside the shared project for the Android platform ?
Into shared class I am able to use a UISegmentedControl for the iPhone side
```
#if __IOS__
var segmen…
-
Hi guys, pardon me if the question is not that advance
Im really interesting on the UX header parallax, SegmentControl that able to stick below header and swipeable schedule list (Day 1, Day 2)... It…
-
By default the images are added to the left of the title, is there any way to add image to the right of the title?