robloo

Results 191 comments of robloo

> @robloo I disagree with your assertion that there is no need to re-engineer the XAML control template. WPF AFAIR has a number of chrome like elements which would be...

![](https://i.stack.imgur.com/1qX7L.png)

The pivot is more like a tab view. This control would be a multi-toggle button. It wouldn't necessarily be used to switch views.

I found a good example of where this is needed. In a color picker it is necessary to switch between RGB/HSV color representation. In the in-box ColorPicker this is done...

> Could you turn those scrollbar thumbs into circles? They kind of look weird as capsules We should probably discuss that over on the toolkit. I asked for some opinions...

@mdtauk Good examples. I do think it's important that this 'ButtonGroup' or 'SegmentedControl' is differentiated from a TabView or Pivot. A TabView/Pivot is fundamentally for switching between views. This 'ButtonGroup'...

It also came to my attention that HandyControls already has an example of this control for WPF. https://github.com/HandyOrg/HandyControl#buttongroup ![](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/ButtonGroup.png)

@michael-hawker Cool design, its great this can be done with a restyling of radio buttons. However, what about the case where multiple segments are selected? This is the reason other...

@mdtauk Great API! Like the naming too as it uses existing conventions and works for both radio and toggle button concepts.

**ListView** Pros: 1. I like the change for selection to just be a colored bar to the side. It fits with other conventions such as in the NavView too. 2....