Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
206 views

customize the Border property with CornerRadius for ListBox

I want to customize the following Listbox-display property of border with CornerRadius=5..can anyone help me to achieve it without changing the existing datatemplate code in the following Xaml code: ...
2
votes
2answers
307 views

WPF Border Object Border CornerRadius different from Border Background CornerRadius

I have two Borders on top of each other. One with a BorderThickness but no background, the other one without a border thickness, but with a background. Both Borders have a CornerRadius of 3. The ...
2
votes
2answers
1k views

Can you databind to CornerRadius via WPF Styles?

I have a Button style and can't seem to property databind the border's CornerRadius property to the template. This is a dependency property, so it should be data bindable. I wonder if I'm missing ...
1
vote
2answers
139 views

UISegmentedControl with square corners

I would like to modify UISegmentedControl with a subclass to remove the rounded corners. I can't seem to set the cornerRadius. Making the SegmentedControl wider than the screen (and therefor "chop" ...
1
vote
1answer
368 views

Set a corner radius on a spark list Flex 4 air mobile

I'm creating a spark list in my flex mobile application and i want to do like a list on the iphone with a corner radius. Unfortunately there is no cornerRadius or simply radius in list styles. I call ...
1
vote
2answers
343 views

UIView animateWithDuration doesn't animate cornerRadius variation

I'm trying to animate the change of the cornerRadius of a UIView instance layer, but the variation of the cornerRadius takes place immediately. Here's the code: UIView *view = [[UIView alloc] ...
1
vote
1answer
288 views

Using UIColor tiled images as the background of a view doesn't work with cornerRadius

I have used UIColor colorWithPatternImage to get a tiled color. I set this as the background of my view. After this, any changes to view.layer.cornerRadius do not have any affect: it doesn't change ...
1
vote
2answers
446 views

Android GradientDrawable - Corner Radii issue

I am trying to debug a problem I am having with ExpandableListAdapter.getChildView. I have defined a Drawable with a shape containing a gradient and a corner with a radius of 1 for the background ...
1
vote
1answer
1k views

WPF: Button template w/ cornerRadius and Bevel looks wrong

I changed the ControrTemplate of a button, gave it a border with CornerRadius and BevelBitmpaEffect. Looks decent enough for the minimal effort. Put it on a colored background and then the problem ...
1
vote
3answers
719 views

UITABLEVIEW comes to a crawl when adding a UIABEL with cornerRadius to each cell

I'm adding a UILabel to each cell in my table view. This presents no problem innitially. When I round the corners of the UILabel using layer.cornerRadius scrolling the table view grinds to a halt. ...
1
vote
2answers
2k views

Scrolling Content Inside A Border With CornerRadius

I'm looking for help with a WPF problem I've been wrestling with for a while. I've styled a tab view, moving the tabs onto the left and displaying them vertically. These tabs sit inside a border with ...
0
votes
2answers
42 views

How to give CornerRadius to UIViewController Object iPhone

can't i give the cornerRadius to UIViewController Object. Thanks in advance.
0
votes
1answer
20 views

setRadiusCorner just at the bottom of the view

i have a view with rounded corners. I want to make it rounded just at the two bottom corners of the view. How can i do that? This is my code that makes the rounded corners for the view: CALayer ...
0
votes
4answers
137 views

No Effect using “border-radius” in IE9

I Googled this but couldn't find a solution. I'm applying corner-radius to my divs but IE9 doesn't show the effect. CSS: .ipleft { width: 512px; height:300px; -webkit-border-radius: 10px 0px 0px ...
0
votes
2answers
266 views

Flex 4.5 TabNavigator cornerRadius not working

I'm having the hardest time finding a way to simply add rounded tabs to a TabNavigator control. I have seen examples which seem to be really simple but they don't seem to work in Flex 4.5. Here is ...
0
votes
1answer
282 views

MKMapView cornerRadius only works for upper left corner

i added a cornerRadius to layer of MKMapView something like [self.routeMapView layer].cornerRadius = 20.0f; this property effects only for upper left corner. Rest is not changed at all. I dont ...
0
votes
1answer
384 views

WPF CornerRadius turn the Corners to the outside

Im trying to make my own ControlTemplate for an menu. Id like to turn the corners of some items to the outside. So that it look like the Word TabItems, i cant post an image im sry. But i hope you ...